Monday, 12 August 2013

XMLReader is unkown

XMLReader is unkown

Following this introduction one can use the XMLReader class by importing
the namespace System.Xml. In my Visual Studio project I use .NET 4.0, but
System.Xml is unkown:
Error 1 The type or namespace name 'Xml' does not exist in the
namespace 'System' (are you missing an assembly reference?)
In my code I wrote:
using System.Xml;
What I am missing?

No comments:

Post a Comment