hey guys, I got a little question. I'm supposed to build a window service to do some stuff which I know how to do. I also have to send a message if the window service fails or is not responding. I know how to code to send the message. The question is that I do not know where to put this code. Do I put it in the Onstop method? Will that method execute if the service fails? if not, where should I put that code to send the message? I'm pretty new to window services.

Jennifer Saunders