[MonoDevelop] Help using XML

Rodolfo Campero rodolfo.campero at gmail.com
Tue Nov 13 08:48:58 EST 2007


Hello,

2007/11/13, Neil Munro <neilmunro at gmail.com>:
> Hi
>    I am trying to work with xml files in my mono application using a
> tutorial here (http://www.mono-project.com/XML_Reader) and
> can't seem to find the correct namespaces. I need A xmlreader and possibly
> writer for the application I am wishing to write, it's just a bit confusing
> not being able to find the correct namespace.
>
>
> This is the output of mono -V, just in case you need to know what version of
> mono I am running (if it makes a difference) and I am running mono/.Net 1.1
> (I can't seem to make 2 work right).
>
> Mono JIT compiler version 1.2.4 (tarball)
> Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
>         TLS:           __thread
>         GC:            Included Boehm (with typed GC)
>         SIGSEGV:       altstack
>         Architecture:  x86
>         Disabled:      none
>
> Thanks
> Neil Munro

Maybe you're missing a reference to System.Xml in your project?
Right-click the References folder and check System.Xml.

Regards,
Rodolfo


More information about the Monodevelop-list mailing list