[Mono-dev] Using Mono on Windows to use .NET 3.0+ classes

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Mar 14 19:29:00 EDT 2009


On Sat, Mar 14, 2009 at 7:04 PM, Stifu <stifu at free.fr> wrote:
> I simply tried adding this to my project:
>
> using System.Core.dll;
>
> And here's the compilation error I get:
>
> The type or namespace name `Core' does not exist in the namespace `System'.
> Are you missing an assembly reference? (CS0234) - C:\Documents and
> Settings\Thomas\Mes documents\SharpDevelop Projects\test\MainForm.cs:14,14
>
> What am I missing?

Importing a namespace with a using statement is very different from
adding a reference.

Use the context menu on the "References" folder in the project to
reference the dll.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-devel-list mailing list