[MonoDevelop] Newbie question.

Peter Johanson peter at peterjohanson.com
Tue Mar 18 19:28:27 EDT 2008


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.

-pete


More information about the Monodevelop-list mailing list