S
Steve Lowe
Hi,
I have a VB.Net 2003 program that uses Indy to check if there are any
messages waiting on a POP mail server.
The program has been running fine for a few months, but last week
after Installing a network packet reading program called WireShark my
VB.Net program no longer runs and generates the following 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
The line that generates this error is :
Dim POPSver As New Indy.Sockets.POP3
Since the program was working fine before I know that there is no
problem with my actual code.
I guess there must be some settings that WireShark may have changed,
can you suggest what I need to look at to see why I'm getting this
error message.
I've re-installed Indy but still get the error message
Regards
Steve.
- Steve Lowe
- E-Mail : (e-mail address removed)
- Before Replying Remove .NO.SPAM
- UK Resident although my e-mail address is usa.net
I have a VB.Net 2003 program that uses Indy to check if there are any
messages waiting on a POP mail server.
The program has been running fine for a few months, but last week
after Installing a network packet reading program called WireShark my
VB.Net program no longer runs and generates the following 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
The line that generates this error is :
Dim POPSver As New Indy.Sockets.POP3
Since the program was working fine before I know that there is no
problem with my actual code.
I guess there must be some settings that WireShark may have changed,
can you suggest what I need to look at to see why I'm getting this
error message.
I've re-installed Indy but still get the error message
Regards
Steve.
- Steve Lowe
- E-Mail : (e-mail address removed)
- Before Replying Remove .NO.SPAM
- UK Resident although my e-mail address is usa.net