[Mono-list] Can't run my EXE in Windows

Dan Shryock dan.shryock at gmail.com
Fri Aug 5 17:52:55 EDT 2011


Jim,

The error message sounds like you might be missing the .NET runtime.

I haven't used Gtk# on windows, so I don't know if the installer
ensures that it is installed.

If it isn't related to the lack of the .NET runtime, you could add
some logging to a file (or the console if you want to change from
winexe to exe), to see when and how your program dies.  Once you get
some stack traces, it'll be much easier to resolve the problem :D

HTH

Dan


More information about the Mono-list mailing list