I have a service (WCF) that uses timers to make some operations periodically.
Generally everything work fine.
But sometimes, when I use the Visual Stiudio 2008 debugger, and stop the debugger and reactivate it, altough the timers are initialized, they are not create their callback threads.
piece of code for example that initializes the timers :
Code:
if (this.timer1 == null)