The channel 'tcp' is not registered with remoting services

J

John

'The channel 'tcp' is not registered with remoting services'

In the last few months I have been getting this random error message from my
web application every week to two weeks. The solution to fix it is to
'iisreset'.

Does anyone know if this is a bug between IIS and .Net 2.0 or ?

Thanks

Code :
channel = new TcpClientChannel();

ChannelServices.RegisterChannel(channel);

myXPipe= (XPipe)RemotingServices.Connect(typeof(GCCBL.XPipe),

"tcp://" + ConfigurationSettings.AppSettings["Server"].ToString() + ":" +
ConfigurationSettings.AppSettings["Port"].ToString() + "/GCCBLListener");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top