very strange socket error (winsock error 10055 i think)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I have an app that communicates over tcp/ip. About 50 people use the app and had no problems launching and executing it.But that was this one person in which the program didn´t launch, it just crashed and the error was: "No Buffer Space Available -- A socket operation could not be performed because the system ran out of buffer space or the queue was full." This happens i think when i create a new TcpClient and connect to the server.The strangest thing is that this part is inside a try-catch block to get the socketException Exceptions!!! Any hints on this?The app runs fine on 50 other pc's but this one.Is it from my app or the pc ( I RATHER BLAME IT ON THE HARDWARE FOR A CHANGE :D ) Thx in advance. Never say never