Error Code 10054

D

Dave R

Hi all,

I am using Sockets in C# in my application.
The application runs fine for some runs (in a loop) but after some runs
complains ..
"An existing connection was forcibly closed by the remote host
Error code: 10054"

I checked the error code. It says that check if the remote server has rebooted.
I have checked that that isn't the case. What else could be the reason for the
error?

Best regards,
Dave

P.S: I am trying to connect to a remote Solaris Server through my Windows box.
 
F

Feroze [MSFT]

It could also be that the remote app closed the TCP connection. You can run
a TCP sniffer on your machine and watch the network to see who closes the
connection, and follow up with that app owner.

--
Remove "user" from the email address to reply to the author.

This posting is provided "AS IS" with no warranties, and confers no rights

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

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