本文介绍了计时器滴答事件未调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好
我已经创建了一个窗口服务并在1分钟后添加了一个计时器来触发事件.
我安装了服务并启动了它,然后在VS 2005中调试了它的进程,它可以正常工作并且具有计时器事件自动触发.但是,如果不使用VS 2005的调试功能并等待计时器事件触发,即使在30分钟后仍未触发,它也不会触发.

Hi All
 I have created a window service and add a  timer to fire event after 1 minute.
 I installed service and start it then i debug its process in VS 2005 it worked fine and timer event fired automatically. But if donot use debug of VS 2005 and wait for that timer event firing it doesnot fire even after 30 minute it is not firing.

请帮助我.

致谢
伊姆兰·祖拜尔(Imran Zubair)

Regards
Imran Zubair

推荐答案

http://forums.microsoft.com/MSDN/showpost.aspx?postid=1199368&siteid=1

最好的问候,

Rizwan aka RizwanSharp

Rizwan aka RizwanSharp


这篇关于计时器滴答事件未调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 11:21