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
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
Comment