Using Windows XP Pro. I have downloaded several .NET Remoting sample apps from different web sites which contain server and client apps.
The client apps are unable to connect to the server apps. The error message is usually that the connection was refused or unable to connect to remote server or the client app just freezes.
When I telnet to any of the server apps to the port they are listening to, I get a response. When I use IE to the address specified, I get a response (an error message: No message was deserialized prior to calling the DispatchChannelSink). This means the server apps are running and listening.
I don't know why none of apps is working. Does .NET Remoting depend on a certain service which might not be running or I have a system misconfiguration?
Start Free Trial