-
XML Help needed
when i type in the following, imports System.Xml, it show me the following error message:
Namespace or type specified in the import 'System.Xml' doesn't contain any member or cannot be found. Make sure the imported element name doesn't use any aliases.
how should i solve this?
regards,
gjianhui
-
Re: XML Help needed
Try adding a reference to the project.. add the system.xml as the reference.
-
Re: XML Help needed
I don't get what you mean?
-
Re: XML Help needed
use the menu option
Project > Add reference
-
Re: XML Help needed
Project > Add Reference, as mentioned above.
It's near the bottom of the list under the .NET tab.