yablonka Posted July 8, 2003 Posted July 8, 2003 Hi all, I'v created a windows service with VB.NET. This service includes a timer that preforms certain actions at every timer tick. Does anyone know why sometime when I try to stop the service, it gets stuck on StopPending status and doen't stop. I'v tried to release all the resources the service holds. Perhaps I'm doing it wrong... Any one??? please?!?! Thanks, Quote
klepto Posted July 23, 2003 Posted July 23, 2003 I have has a simmilar problem when using threads within services, if your using threads you should explicitly stop them with the service stop method. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.