System.xml namespace issue
If I create a new project and attempt to include the xml namespace by
Imports System.Xml
I get an error stating that the namespace can't be found. If I add a reference to System.xml in the project resources tab then it is fine. The reference books I have plus the tutorials in gotdotnet don't make any mention of having to add the reference in this way. I was curious
if this is the standard method for including libraries which are not part of the standard windows forms set.
Thanks
John.

