Click to See Complete Forum and Search --> : Why Timer callback function failed to access web service


wngdng
October 16th, 2002, 03:49 PM
I tried to access a web service from inside a timer (System.Timers.Timer)'s callback function but failed, the callback function just ended, no exception, nothing, I couldnot trace it at all). If I called exactly the same function from the main thread, everything was ok. Somebody help me please.