F
fniles
We are using VB.NET 2005 and a 3rd party Socket .net component
(socketwrench) to send messages to another program. This other program is
written in C++ 6.0.
There are 6 of this VB.NET programs and 6 of the C++ programs running on 6
different servers
We had the same problem last week and this week where around the same time
all 6 programs could not send messages to each other.
All 6 of the C++ programs got the error message "Socket Error [10054]" when
receiving from or sending a message to the VB.NET programs.
All the VB.NET program still think that it is connected to the C++ programs,
and when it sends a message to the C++ program it did not get any error
message, as if the connection to the C++ program still good.
What can cause this "Socket Error [10054]" error around the same time for
all 6 connections ?
Thank you.
(socketwrench) to send messages to another program. This other program is
written in C++ 6.0.
There are 6 of this VB.NET programs and 6 of the C++ programs running on 6
different servers
We had the same problem last week and this week where around the same time
all 6 programs could not send messages to each other.
All 6 of the C++ programs got the error message "Socket Error [10054]" when
receiving from or sending a message to the VB.NET programs.
All the VB.NET program still think that it is connected to the C++ programs,
and when it sends a message to the C++ program it did not get any error
message, as if the connection to the C++ program still good.
What can cause this "Socket Error [10054]" error around the same time for
all 6 connections ?
Thank you.