RE: System.Net.Sockets.SocketException when using the HttpWebRequest.G
From: Morgan E. Dunn (MorganEDunn_at_discussions.microsoft.com)
Date: 08/13/04
- Next message: Peter van der Goes: "Re: Uninstall Trial Version without CDROM"
- Previous message: Wayne Wengert: "VSNET 2003 Project Hangs"
- In reply to: Norb: "System.Net.Sockets.SocketException when using the HttpWebRequest.G"
- Next in thread: Norb: "RE: System.Net.Sockets.SocketException when using the HttpWebReque"
- Reply: Norb: "RE: System.Net.Sockets.SocketException when using the HttpWebReque"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Aug 2004 05:27:01 -0700
Hi Norb,
This may solve your problem. I had a similar error message but got it when
trying to work with a web service.
First check article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;815209 and use the
enum.exe and info to check and/or change your protocol bindings.
If changing your network protocols doesn't work (didn't help me) then get
the hotfix from:
http://support.microsoft.com/default.aspx?scid=kb;en-us;826757
You need to call MS and refer to this article. They may not charge you
anything and will send you the hotfix in a password protected e-mail. The
reason it is not publically available is b/c it is still being regression
tested. I was told it will be a part of the .Net 1.1 service pack which I was
also told should be available this month.
Hope this helps,
Morgan
"Norb" wrote:
> Hello i keep gettign this error when i use this code
>
> Error:
> 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
>
> Code:
>
> Dim HTTP_request As HttpWebRequest
> Dim HTTP_response As HttpWebResponse
>
> HTTP_request = HttpWebRequest.Create("http://www.google.com/images/logo.gif")
>
> HTTP_response = HTTP_request.GetResponse
>
> the erorr happens every time on the "HTTP_response =
> HTTP_request.GetResponse" line
>
> pls help
- Next message: Peter van der Goes: "Re: Uninstall Trial Version without CDROM"
- Previous message: Wayne Wengert: "VSNET 2003 Project Hangs"
- In reply to: Norb: "System.Net.Sockets.SocketException when using the HttpWebRequest.G"
- Next in thread: Norb: "RE: System.Net.Sockets.SocketException when using the HttpWebReque"
- Reply: Norb: "RE: System.Net.Sockets.SocketException when using the HttpWebReque"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|