T
Tolga Erdogus
Until recently everything was working just great with my webservice. It
mainly just gets simple parameters passed to it, runs some queries and
returns datasets.
Just a few days ago, out of the blue, my client winform app started randomly
hanging. I mean, you leave it alone for a while and when you come back to
it, there is some kind of NullReference Exception. It's not in any code
that I wrote (I might be the cause, though). It's throwing
"System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback".
Searching google, I found a couple of references to the exact same
situation, but no replies.
Anybody have an idea? I am pretty desperate at this point.
Thanks
mainly just gets simple parameters passed to it, runs some queries and
returns datasets.
Just a few days ago, out of the blue, my client winform app started randomly
hanging. I mean, you leave it alone for a while and when you come back to
it, there is some kind of NullReference Exception. It's not in any code
that I wrote (I might be the cause, though). It's throwing
"System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback".
Searching google, I found a couple of references to the exact same
situation, but no replies.
Anybody have an idea? I am pretty desperate at this point.
Thanks