Re: system lacked sufficient buffer space

From: Feroze [MSFT] (ferozed_at_online.microsoft.com)
Date: 02/23/04


Date: Sun, 22 Feb 2004 20:17:56 -0800

This could be because you have more than 50 protocols installed on the
machine. There is a QFE issued for this. Search the MS knowledgebase and you
can download the QFE.

-- 
Remove "user" from the email address to reply to the author.
This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"gunit" <anonymous@discussions.microsoft.com> wrote in message
news:899A5D9B-5155-4B0A-81E6-6AF77A2EEB5F@microsoft.com...
> Would appreciate any help with a TcpChannel problem.
> I am using .NET Framework 1.1  and getting a
System.Net.Sockets.SocketException with the following line
>
> TcpChannel ch = new TcpChannel(0); // first line after main()
> ...
> This is generating the following error message:
> An operation on a socket could not be performed because the system lacked
sufficient buffer space or because a queue was full.
>
> The funny thing is that this same code runs on another PC with no problem.
I have seen other newgroups with fixes suggesting making changes to the TCP
protocol stack but these have not worked. Going back to .NET 1.0 gets passed
this problem but eventually ends up with a different problem.  I have also
seen postings with the problem in HttpChannel, but I have not come across
any definite solutions. It seems like some configuration problem.
>
> Thanks.
>
>


Relevant Pages


Loading