[Mono-list] DllNotFoundException

Robert Jordan robertj at gmx.net
Tue Jul 14 04:45:34 EDT 2009


Mikro Trekker wrote:
> Setting these in Mono cmd prompt (Vista x64) doesn't have any effect on
> debugging. I see nothing when running EXE in Mono... Why ?
> 
> 
> SET MONO_LOG_LEVEL=debug
> SET MONO_LOG_MASK=dll
> 
> mono TEST.exe

mono --debug test.exe

Why? Because your test.exe was compiled with /target:winexe.
Such an exe detaches itself from the console.

Robert



More information about the Mono-list mailing list