Error remoting

P

Peppe

This is my error :

Only one usage of each socket address (protocol/network address/port) is
normally permitted

Server stack trace: at
System.Runtime.Remoting.Channels.Http.HttpServerChannel.StartListening(Object
data) at
System.Runtime.Remoting.Channels.Http.HttpServerChannel.SetupChannel()
at
System.Runtime.Remoting.Channels.Http.HttpServerChannel..ctor(IDictionary
properties, IServerChannelSinkProvider sinkProvider)
at System.Runtime.Remoting.Channels.Http.HttpChannel..ctor(IDictionary
properties, IClientChannelSinkProvider clientSinkProvider,
IServerChannelSinkProvider serverSinkProvider)

I thought that the code for free channel it was this:
ChannelServices.UnregisterChannel(mChannelServerHTTP)

Where : Private mChannelServerHTTP As HttpChannel

Thank You
 

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