[Mono-list] Can't Port Winforms App [newbie]

Robert Jordan robertj at gmx.net
Sat Jan 7 16:38:42 EST 2012


On 07.01.2012 15:43, sgc9812 wrote:
> Log file is attached...
>
> http://mono.1490590.n4.nabble.com/file/n4273121/error.log error.log
>

You're misinterpreting the logs. Mono is probing for X11 libs even
under Windows.

To be able to see the console output (and possible exceptions),
you should invoke your app like this:

mono --debug MyApp.exe

Robert



More information about the Mono-list mailing list