Home All Groups Group Topic Archive Search About
Author
3 Jul 2006 6:31 PM
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

Author
3 Jul 2006 8:17 PM
Jared Parsons [MSFT]
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?

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