[Mono-list] Newbie Problem with System.Xml
Mucki
mucki at kemmann.de
Fri Dec 12 04:46:55 EST 2008
Hi,
i am learning C# in the Mono .Net environment and i tried some code around
files. Of course i had a view on XML files and found the System.Xml class.
With the following code
using System;
using System.IO;
using System.Xml;
namespace XMLTest
{...
i get an error:
Main.cs(8,14): error CS0234: The type or namespace name `Xml' does not exist
in the namespace `System'. Are you missing an assembly reference?
I tried it with Mono version 1.91 and 2.0.1 on a Linux box.
Any hints for me ? Thanks a lot,
Maurice
--
View this message in context: http://www.nabble.com/Newbie-Problem-with-System.Xml-tp20971598p20971598.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list