[Mono-list] DllNotFoundException
Robert Jordan
robertj at gmx.net
Mon Jul 13 09:26:35 EDT 2009
Mikro Trekker wrote:
> The error was caused by libeay32.dll. As my EXE uses managed DLL that
> uses this library then there was version conflict. Mono is shipping
> this DLL also!
>
> Is there any DLL tracing switch I can use to see what and where Mono
> loads its DLLs ?
Set the env vars
MONO_LOG_LEVEL=debug
MONO_LOG_MASK=dll
and run mono from a cmd window.
Robert
More information about the Mono-list
mailing list