[Mono-list] Cannot find type `System.Windows.Forms.Form'
Ravindra Kumar
rkumar@novell.com
Mon, 26 Apr 2004 00:59:29 -0600
Hello,
You need to reference System.Drawing.dll and System.Windows.Forms.dll
while compiling your program, like this,
$ mcs -r:System.Drawing -r:System.Windows.Forms <your_program.cs>
HTH
>>> npguy <npguy@websurfer.com.np> 4/26/2004 12:12:31 PM >>>
Hi,
I am getting err message --
Cannot find type `System.Windows.Forms.Form'
whats the possible reason. The paths are correct.
--
Best regards,
_______________________________________________
Mono-list maillist - Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list