MS Virtual Server and System.Timers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

MS Virtual Server 2005 (not R2) with .Net 2003

I created a Console App and A windows form both with Timers in it. For the
console i used system.timers and the windows form i used
system.windows.forms.timers.

Now for the problem, with both Apps the timers will stop for no reason. I
mean the logic in the timer events is simply timer.enable = false,
counter+=1, timer.enable=true then end sub. The only thing that i have
noticed is that it might be related to system/screen refresh. I mean i will
leave vmrc.exe running on my machine and have it Minimized. After clicking
on it (and logining back in) I'll notice that the timers have stopped. ( the
display of the couter forze on the windows form, and on the console it just
stops (console.write).


Anbody ever run into and issues?
 
O I failed to note that to OS running MSVS2005 is Windows 2003 Standard. The
Guest os is Windows 2003 Standard.

other installed apps on the Guest OS are WSS(IIS duh) and SQL.
 
Back
Top