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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Stop System.Timer 4
system.timer not firing 5
vb.net timer and MS Outlook 0
System.Timers.Timer 2
Timer event doesn't get fired 8
Timer 7
System.Threading.Timer losing time 0
Runtime Control & Timer 1

Back
Top