|
-
Dec 30th, 2005, 09:12 PM
#1
Thread Starter
Junior Member
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
-
Dec 30th, 2005, 09:41 PM
#2
Addicted Member
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. :-/
-
Dec 31st, 2005, 02:40 AM
#3
Thread Starter
Junior Member
Re: Read/Write XML file
Hi Spelltwister,
Thanks!!
I found it, it is under .NET.
Mike
-
Dec 31st, 2005, 02:49 AM
#4
Re: Read/Write XML file
Don't forget to mark your post as resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|