reshma_bh
12 years agoNew Contributor
Error: Only one usage of each socket address (protocol/network address/port) is normally permitted
Hi
I am trying to conenct to the server through TCp/Ip protocolu using VB script:
Sample code ref: http://support.smartbear.com/viewarticle/9004/
Can anyone help me in understanding the below error msg:
System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted.
Thanks,
Reshma
- Hi Reshma,
I think that the reason of the error is because socket was not closed.
If your test failed and terminated before the socket was closed, you must either reopen test project or restart TestComplete (don't remember exactly, check what will work for you).