.NET Remoting question

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

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
 
May be you are not releasing the TCP client after you are done with
your first call..
Just a thought..
 
Back
Top