[MonoDevelop] Newbie question.

Chris Howie cdhowie at gmail.com
Thu Apr 10 09:51:11 EDT 2008


On Tue, Mar 18, 2008 at 7:28 PM, Peter Johanson <peter at peterjohanson.com> wrote:
> On Tue, Mar 18, 2008 at 07:20:04PM -0400, Robert Sherwood wrote:
>  >    I receive the following build error: 'The type or namespace name `Xml'
>  >    does not exist in the namespace `System'. Are you missing an assembly
>  >    reference?'
>  >    However, using 'mcs', the code compiles and executes. Is the MONO_PATH
>  >    different in monodevelop, or something? How can I check?
>
>  Monodevelop by default does *not* include the "standard" references, so
>  you need to right click the "References" node of your project, and Edit
>  References. Add a reference to "System" and it should compile.

You mean System.Xml, which is a separate assembly.  MD references
System by default.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Monodevelop-list mailing list