[Mono-list] Newb at Mono

Jonathan Pobst monkey at jpobst.com
Tue Jan 26 14:52:00 EST 2010


On 1/24/2010 3:45 PM, scarypajamas wrote:
> C:\Mono-2.6.1\samples\gtk-sharp-2.0>menu

To run apps with mono you need to run them like:

mono menu.exe

The way you are doing it is attempting to run them on the .Net 
Framework.  If you want Gtk# programs to run on the .Net Framework, you 
need to install Gtk# for .Net:

http://ftp.novell.com/pub/mono/gtk-sharp/gtk-sharp-2.12.9-2.win32.msi

Good luck!
Jonathan


More information about the Mono-list mailing list