Error remoting

  • Thread starter Thread starter Peppe
  • Start date Start date
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
 
Back
Top