View Single Post
Old 02-17-2007, 04:01 PM   #2 (permalink)
noobie
Forum Expert
 
Join Date: Jul 2005
Location: Istanbul/Turkey
Age: 27
Posts: 425
Default

do not call another async method within an async method or delegate. AFAIK, it is a bug with .NET 2.0 about thread pooling mechanism.

you might remove second async callback method

let me know whether it works or not..
__________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."
noobie is offline   Reply With Quote