D
dave_uhrenholdt
I have a fairly simple Windows Forms application
developed using C#. It basically listens to two
serial ports and displays the results. There are
three threads that each listen to a network socket.
Additionally there is the GUI thread, the two
serial threads, and some threads to process the
data from the serial ports. For the serial communications
I am using John Hind's NETSerialComm wrapper library.
Occasionally, the tool will exit with error code 67.
When you look that up, it is listed as "The network name
cannot be found." At the time it happens there are
no network connections, just three sockets in listen
state. It can happen after 12 hours or 3 days. Or
not show up for a while.
Any insight into why this might happen is appreciated.
Dave Uhrenholdt
developed using C#. It basically listens to two
serial ports and displays the results. There are
three threads that each listen to a network socket.
Additionally there is the GUI thread, the two
serial threads, and some threads to process the
data from the serial ports. For the serial communications
I am using John Hind's NETSerialComm wrapper library.
Occasionally, the tool will exit with error code 67.
When you look that up, it is listed as "The network name
cannot be found." At the time it happens there are
no network connections, just three sockets in listen
state. It can happen after 12 hours or 3 days. Or
not show up for a while.
Any insight into why this might happen is appreciated.
Dave Uhrenholdt