Results 1 to 4 of 4

Thread: Read/Write XML file

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    30

    Unhappy 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

  2. #2
    Addicted Member
    Join Date
    Jul 2005
    Location
    Warren, MI
    Posts
    209

    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. :-/

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    30

    Re: Read/Write XML file

    Hi Spelltwister,

    Thanks!!

    I found it, it is under .NET.

    Mike

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Read/Write XML file

    Don't forget to mark your post as resolved
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width