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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top