-
remoting
Hi. I'm trying to go through a remoting HelloWorld example (remotable object, server and client).
I followed the example with Visual Studio and it works just fine. Without Visual Studio, it compiles perfectly but I get a runtime error. When I move the remote object dll file in the server files' directory, then it does run. Same goes for the client.
How can I get the server and the client to run without having the remotable object's dll in their local directory? Btw, when I compile them, I do refer to the remotable object's dll.
Thanks
Tiberiu M
-
Check in Visual Studio if your references to remotable object's dll are set to copy local = false.