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
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to