-
Read/Write XML file
Hi All,
I am using VB 2005 Express.
I want to read/write XML file, what do I need to "imports"?
According to a book (year 2002), I need to:
"imports System.Xml" and
"imports System.Text" and then
Dim a XmlTextWriter.
However, in VB 2005 Express, under Class "System", I cannot find "Xml".
Who knows the answer?
Mike
-
Re: Read/Write XML file
Interesting. I have a project open right now that reads and writes XML, and I have imports system.xml no problem.
You can try going, project>Add Reference, and click the xml reference. I hope that works for you. :-/
-
Re: Read/Write XML file
Hi Spelltwister,
Thanks!!
I found it, it is under .NET.
Mike
-
Re: Read/Write XML file
Don't forget to mark your post as resolved