M
MSNews
I get the following exception when calling Dns.GetHostName (from C#):
An unhandled exception of type 'System.Net.Sockets.SocketException' occurred
in system.dll
Additional information: An operation on a socket could not be performed
because the system lacked sufficient buffer space or because a queue was
full
This exception is then followed with the following exception:
An unhandled exception of type 'System.TypeInitializationException' occurred
in system.dll
Additional information: The type initializer for "System.Net.Sockets.Socket"
threw an exception.
I'm running .net Framework1.1 on Win2k, on a laptop with a couple of
network adapters. I did some experiments to limit numbers of processes
running, stopped sql server etc... I removed the Netbeui protocol from the
adapter that is connected to the internet etc. I had some success with this
approach... the error disappeared for a couple of days, but is now back.
Any suggestions?
An unhandled exception of type 'System.Net.Sockets.SocketException' occurred
in system.dll
Additional information: An operation on a socket could not be performed
because the system lacked sufficient buffer space or because a queue was
full
This exception is then followed with the following exception:
An unhandled exception of type 'System.TypeInitializationException' occurred
in system.dll
Additional information: The type initializer for "System.Net.Sockets.Socket"
threw an exception.
I'm running .net Framework1.1 on Win2k, on a laptop with a couple of
network adapters. I did some experiments to limit numbers of processes
running, stopped sql server etc... I removed the Netbeui protocol from the
adapter that is connected to the internet etc. I had some success with this
approach... the error disappeared for a couple of days, but is now back.
Any suggestions?