xmlnode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Vaughan

    #1

    xmlnode

    Why Cant I get access to what should be system.xml.xmln ode all I get is
    system.xml.xmld atadocument.

    Here is the code, im REALLY baffeled.

    Option Strict On

    Imports System

    Imports System.Collecti ons

    Imports System.Xml

    Imports System.Configur ation

    Imports System.Reflecti on

    Imports System.Collecti ons.Specialized

    Namespace Shopping.Common

    Public Class Configuration



    Public Sub x()

    Dim y As System.Xml.XmlD ataDocument

    End Sub





    End Class

    End Namespace


  • Jared Parsons [MSFT]

    #2
    Re: xmlnode

    Hello Jon,
    Why Cant I get access to what should be system.xml.xmln ode all I get
    is system.xml.xmld atadocument.
    What error are you getting? Are you using VS2003 or VS2005?

    --
    Jared Parsons [MSFT]
    jaredpar@online .microsoft.com
    All opinions are my own. All content is provided "AS IS" with no warranties,
    and confers no rights.


    Comment

    Working...