.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..
 

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

Back
Top