Unhandled Exception: System.Net.Sockets.SocketException: Unknown error
(0x2740)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start()
at MyCompany.MyProduct.Ipc.Sockets.Server.CMySocketServer.TcpListener()
Any ideas?
"Doug Wetherill" <m...@petcominc.com> wrote in message
news:ukzcOmpfCHA.1768@tkmsftngp11...
The error looks like it is in the Bind() function, which probably
means that your Win98 machine already has something running on that
port. Though, why the exceptions comes up as "Unknown error" I don't
know. I'm a bit new to this too.
// CHRIS