If the application is compiled with framework 1.1 (i had to cut many part of
my code for that) there is no problem and when i compile it with 2.0 the
problem appears. I guess it's a problem of framework 2.0 ?
I'll appriciate any help with that since i cannot go back to framework 1.1.
Thx
> Another discovery:
> It seems that this problem does not happen in framework 1.1! It happens only
[quoted text clipped - 23 lines]
> > Please help me with this.
> > Thanks a lot.
barbutz - 05 Apr 2006 08:57 GMT
The problem has another major implication (this bug is serious than i
thought!) if you request the same Forbidden url in a loop, a
System.Net.Sockets.SocketException is thrown continuously!! the socket error
code is 10048 which, from Windows Socket 2 docs, is WSAEADDRINUSE - "Address
already in use". I guess the socket resource is not released correctly !
Please can anyone tell me what's going on. i'm sure the bug is within the
framework but do you know this bug? does it have a fix ???
Please!
> If the application is compiled with framework 1.1 (i had to cut many part of
> my code for that) there is no problem and when i compile it with 2.0 the
[quoted text clipped - 30 lines]
> > > Please help me with this.
> > > Thanks a lot.