0
Reply

C# Remoting Server DLLImport

H Xia

H Xia

May 25 2010 12:02 PM
3.5k
Hi All,

I have a question about loading unmanaged DLL from remoting server. The DLL is used DLLImported by the server application.
I was expecting the dll should be in the same directory as the server application. But the fact is that if I put the DLL in the same directory as the server app, it doesn't work; when I put the DLL in the same directory as the client application, it works.

It's really weird. Can anybody shed light on it.