Hi,
I have installed the mono port and the linux compatibility port successfully. When I try to run my exe (which is a .NET application using a shared library), mono loads the application, but seems that mono cannot find/load the shared library.
The same .NET application runs fine with mono on SUSE Linux.
Below are the errors I am seeing -- any advice on getting mono to load the shared library would be appreciated.
Thanks
I have installed the mono port and the linux compatibility port successfully. When I try to run my exe (which is a .NET application using a shared library), mono loads the application, but seems that mono cannot find/load the shared library.
The same .NET application runs fine with mono on SUSE Linux.
Below are the errors I am seeing -- any advice on getting mono to load the shared library would be appreciated.
Thanks
Code:
eng55419# /usr/local/bin/mono --debug SimpleCEMAClient.exe
SimpleCEMAClient - 212.1.10.0
Log time: 01/30/2012 09:35:44
Unhandled Exception: System.DllNotFoundException: CEMAHelper
at (wrapper managed-to-native) SimpleCEMAClient.HiResTimer:QueryPerformanceFrequency (long&)
at SimpleCEMAClient.HiResTimer..ctor () [0x00000] in <filename unknown>:0
at SimpleCEMAClient.TestCrypt..ctor () [0x00000] in <filename unknown>:0
at SimpleCEMAClient.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: CEMAHelper
at (wrapper managed-to-native) SimpleCEMAClient.HiResTimer:QueryPerformanceFrequency (long&)
at SimpleCEMAClient.HiResTimer..ctor () [0x00000] in <filename unknown>:0
at SimpleCEMAClient.TestCrypt..ctor () [0x00000] in <filename unknown>:0
at SimpleCEMAClient.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
eng55419#