T
Timothy Shih
Hi,
I am experiencing an intermittent problem while using .NET sockets. I have
an application which opens several sockets -- and in the event that any of
them fail, lose connection, or otherwise stop working, attempts to
re-establish the connection. After a few days I receive an error like the
following:
at System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback
callback, Object state)
at Sensicast.Protocol_Service.ServerClient.ConnectSocket()
An operation on a socket could not be performed because the system lacked
sufficient buffer space or because a queue was fullI was not sure of what
the problem was, so I searched for the error string online and I found the
following on the Microsoft support
site:http://support.microsoft.com/?id=826757The error string is the same as
the one I am getting, but I am not sure if this is the issue. If it is the
issue however, is there a way I can obtain the hotfix without having to go
through the support site? (which charges per call)Thanks,Timothy Shih
I am experiencing an intermittent problem while using .NET sockets. I have
an application which opens several sockets -- and in the event that any of
them fail, lose connection, or otherwise stop working, attempts to
re-establish the connection. After a few days I receive an error like the
following:
at System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback
callback, Object state)
at Sensicast.Protocol_Service.ServerClient.ConnectSocket()
An operation on a socket could not be performed because the system lacked
sufficient buffer space or because a queue was fullI was not sure of what
the problem was, so I searched for the error string online and I found the
following on the Microsoft support
site:http://support.microsoft.com/?id=826757The error string is the same as
the one I am getting, but I am not sure if this is the issue. If it is the
issue however, is there a way I can obtain the hotfix without having to go
through the support site? (which charges per call)Thanks,Timothy Shih