When I call Dns.GetHostByNa me(Dns.GetHostN ame()) on one of our lab boxes I
get the below exception. I've seen posts saying others in these newsgroups
have seen similar issues since moving to .Net. I currently can only
reproduce it on one lab box. The box is running Windows 2000 Pro SP4. I
can write C socket code that works fine - but .Net returns the below. Can
anyone help?
System.Net.Sock ets.SocketExcep tion : An operation on a socket could not be
performed because the system lacked sufficient buffer space or because a
queue was full
at System.Net.Sock ets.Socket.Init ializeSockets()
at System.Net.IPAd dress..cctor()
at System.Net.Sock ets.Socket.Init ializeSockets() #0@0
at System.Net.IPAd dress..cctor()# 0@0
Comment