|
Subject:
|
Chapter 29 - Remoting
|
|
Posted By:
|
RichWade
|
Post Date:
|
3/9/2007 8:47:18 AM
|
I am using the simple remoting example (starting on page 1017), with the class library, server, and client. All of this works fine when run on the same computer.
If I run the server on one computer and the client on a different PC, it works, but when the client application exits the server crashes with an unhandled exception (System.AccessViolationException).
The only change made to run the client on another PC was to change "localhost" to the server PC IP address (192.168.0.5) in the client Activator.GetObject string.
What can be done to avoid this problem?
|
|