[Mono-devel-list] System.Drawing with Windows compiler

Gonzalo Paniagua Javier gonzalo at ximian.com
Tue Jul 1 12:24:31 EDT 2003


El mar, 01-07-2003 a las 18:02, Rodney Lai escribió:
> How do I use System.Drawing with the Windows mono compiler?
> 
> I get the following error:
> error CS0246: The namespace `System.Drawing' can not be found (missing assembly reference?)

You need to reference System.Drawind.dll assembly when compiling
(/r:System.Drawing.dll).

-Gonzalo





More information about the Mono-devel-list mailing list