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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
