Right off, it sounds like memory problems. Check to make sure that your timer is not creating objects that never get released and things like that. Since I don't have your code, all I can do is just guess, I just remember similar problems that I have had over the years with different development scenarios. A lot of times these types of issues can be fixed with just one line of code somewhere, the problem is figuring out WHERE the problem is first! Good Luck.
|