problem with DNS.GetHostName

G

Guest

Hi! i get an error when my application run at this line of code, please help
DNS.GETHostName

Return Error Msg:
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
 
B

Ben Strackany

Are you calling this function over & over again in a big loop?

--
Ben Strackany
www.developmentnow.com

<a href="http://www.developmentnow.com">dn</a>


Darren teo said:
Hi! i get an error when my application run at this line of code, please help
DNS.GETHostName

Return Error Msg:
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
 
G

Guest

Thanks for the reply.

but there is no loop in my coding and is the only code i write during form
load
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top