Error Code 10054

  • Thread starter Thread starter Dave R
  • Start date Start date
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.
 
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
 
Back
Top