From: Danny on 25 Jun 2010 06:28 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/
|
Pages: 1 Prev: Correct syntax for checking that value is in a set. Next: Bold and underline font |