Home All Groups Group Topic Archive Search About

.NET Remoting question

Author
21 Sep 2006 3:59 PM
Ronald S. Cook
Hi,

I've successfully set up my first .NET Remoting configuration (in VB.NET)
with one problem.  I can only do one call.  The next call I try to make
returns:

'Unable to get Remote reference.  The channel 'tcp' is already registered.'

Any guidance, please?

Thanks,
Ron

Author
21 Sep 2006 4:05 PM
IdleBrain
May be you are not releasing the TCP client after you are done with
your first call..
Just a thought..