I\'m doing a small test project before I use System.Threading.Timer in a Windows Service project. It\'s working wonderfully, however the timer stops on its own
Garbage collector collected the timer object, you should keep a reference to it.
this post will help: http://msdn.microsoft.com/en-us/library/system.threading.timer.aspx