[RESOLVED] XML help needed
When I add the following to my form the Imports have a squiggly line under them and if you mouse over it the tool help says,
"Imports" statements must precede any declarations.
What does this mean and how to correct it?
VB Code:
Imports System
Imports System.Xml
--- edited-----
Ok, I see; It needs to go above the class at the very top. Above everything else.
Re: [RESOLVED] XML help needed
I am not sure what version you are using but in 2005 if you right click on the squiggly line it will tell you what the problem is and give you a few choices to fix it.
Re: [RESOLVED] XML help needed
thanks. I am using 2003. I figured out what I was doing wrong.
Appreciate your feed back. :)