[Mono-list] System.DllNotFoundException, but dll is there.
Robert Jordan
robertj at gmx.net
Tue Oct 20 15:01:53 EDT 2009
Lecio wrote:
> Greetings,
>
> When I execute a C# app an error of System.DllNotFoundException is returned,
> but the dll file is on the same folder that the .exe
>
> What are happening ?
>
> [ ]'s
> Lecio
>
>
> debian:/media/disk/Linux/exe/bin# mono UFE30_DemoCS.exe
>
> Unhandled Exception: System.DllNotFoundException: UFScanner.dll
Invoke your app with this command line:
MONO_LOG_LEVEL="debug" MONO_LOG_MASK="dll" mono UFE30_DemoCS.exe
The log will tell you where the problem is.
Robert
More information about the Mono-list
mailing list