ianoble
06-09-2008, 10:02 AM
We created a .net dll from a c library and I am able to reference and access methods locally, but when I upload the dll to the server, I'm getting this exception:
System.DllNotFoundException: Unable to load DLL 'poker-eval': The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)
The bin folder locally and on the server are identical in terms of files.
Anyone have any suggestions?
Thanks!!
- Ian
System.DllNotFoundException: Unable to load DLL 'poker-eval': The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)
The bin folder locally and on the server are identical in terms of files.
Anyone have any suggestions?
Thanks!!
- Ian