[Mono-winforms-list] Mono-winforms-list Digest, Vol 94, Issue 1

Baltasar García Perez-Schofield baltasarq at gmail.com
Sun Sep 8 20:14:36 UTC 2013


Hello,

"Error CS0234: The type or namespace name `Windows' does not exist in the
> namespace `System'. Are you missing an assembly reference? (CS0234)
> (HelloWindowsForms)"
>
> Can anyone tell me how to solve this issue?
>
>
Sure, you need to tell the mono compiler to include the Winforms assembly
with your program. If you are using MonoDevelop or Xamarin Studio,
right-click on "references" on the left, and select "edit references". Put
a tick on "System.Windows.Forms", and close. Recompile.

Cheers,
Baltasar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20130908/57fff386/attachment.html>


More information about the Mono-winforms-list mailing list