S
Sagaert Johan
i get this error if i write this :
using System.Net.Sockets;
....
....
TcpClient tcp;
tcp=new TcpClient();
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
Any hints ?
using System.Net.Sockets;
....
....
TcpClient tcp;
tcp=new TcpClient();
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
Any hints ?