[Mono-docs-list] Correction to Mono_Basics

mfisher1966 at comcast.net mfisher1966 at comcast.net
Sat Feb 9 00:22:47 EST 2008


New Mono user, etc. -- what a cool project!

What's the drill for reporting documentation issues or helping to make the edits? I see the "Editor Login" links, but there doesn't seem to be a registration form for new editors. 

Wild guess -- it won't be too far off topic to mention the issue on this list. I'm using OpenSuse 10.2, and have been stepping through the examples from this page:

  http://www.mono-project.com/Mono_Basics

Everything goes OK, except the "Winforms Hello World" example. I did find a solution over on the Ubuntu forums, which is to compile using either of the following commands:

  mcs hello.cs -r:System.Windows.Forms.dll -r:System.Drawing.dll
  gmcs hello.cs -r:System.Windows.Forms.dll -r:System.Drawing.dll

Best,

 - Matt


More information about the Mono-docs-list mailing list