xmlnode

  • Thread starter Thread starter Jon Vaughan
  • Start date Start date
J

Jon Vaughan

Why Cant I get access to what should be system.xml.xmlnode all I get is
system.xml.xmldatadocument.

Here is the code, im REALLY baffeled.

Option Strict On

Imports System

Imports System.Collections

Imports System.Xml

Imports System.Configuration

Imports System.Reflection

Imports System.Collections.Specialized

Namespace Shopping.Common

Public Class Configuration



Public Sub x()

Dim y As System.Xml.XmlDataDocument

End Sub





End Class

End Namespace
 
Hello Jon,
Why Cant I get access to what should be system.xml.xmlnode all I get
is system.xml.xmldatadocument.

What error are you getting? Are you using VS2003 or VS2005?
 
Back
Top