From: Danny on
The solution I found was to make sure in the config file the client project name is in the application tags, as shown below.

I've had to take out the opening tag braces to post here or the site thinks I'm trying to attacck it but you'll get the idea :)

configuration>
system.runtime.remoting>
application>
Remotingclient> <--This needs to be the name of your client program
wellknown
type="RemotableType, RemotableType"
url="http://localhost:8989/RemotableType.rem"
/>
/Remotingclient>
/application>
/system.runtime.remoting>
/configuration>


Have fun

From http://www.developmentnow.com/g/38_2006_2_0_0_701411/MSDN-Net-Remoting-Sample-.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/