Socket application under Windows XP

T

terje

I have a socket based vb.net application that has been
running fine while running under Windows 2000. However,
if I attempt to run this application under Windows XP I
get the following error information "only one usage of
each socket address (protocol/network address/port) is
normally permitted. This error occurs even though I'm not
(knowingly) connected to any IP address.

Thanks in advance for anyone's help.

Terje
 
D

Dave Lowther

terje said:
I have a socket based vb.net application that has been
running fine while running under Windows 2000. However,
if I attempt to run this application under Windows XP I
get the following error information "only one usage of
each socket address (protocol/network address/port) is
normally permitted. This error occurs even though I'm not
(knowingly) connected to any IP address.

Is the application creating a socket and then binding it to a specific port
? If so then maybe that port is already by something else on XP.

Dave.
 

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