Requested service is not found
- From: rKrishna2k6@xxxxxxxxx
- Date: 18 Dec 2006 14:02:47 -0800
server registration is as follows....
TcpServerChannel channel = new TcpServerChannel(10000);
ChannelServices.RegisterChannel(channel);
RemotingConfiguration.RegisterWellKnownServiceType(typeof(serverservice),"serverservice",WellKnownObjectMode.SingleCall);
client code is as follows....
TcpClientChannel channel = new TcpClientChannel();
ChannelServices.RegisterChannel(channel);
RemotingConfiguration.RegisterActivatedClientType(typeof(serverservice),"tcp://127.0.0.1:10000/serverservice");
serverservice ss = new serverservice(); Here I am getting requested
service is not found error.
Any help greatly appreciated.
.
- Follow-Ups:
- Re: Requested service is not found
- From: Oliver Sturm
- Re: Requested service is not found
- Prev by Date: the call to function in remote object is stuck (lock)
- Next by Date: Re: Requested service is not found
- Previous by thread: the call to function in remote object is stuck (lock)
- Next by thread: Re: Requested service is not found
- Index(es):
Loading