Hi Folks,

I'm writing my first windows service, and am having some difficulty debugging. Based on this article...

http://msdn.microsoft.com/en-us/libr...b3(VS.80).aspx

...I understand I can't debug directly from the IDE, but even after installing the service and attaching to the process my breakpoints don't hit. I know the service is running and going through my functions because I'm writing a log and can see things happening there. It would be nice, though to take advantage of the IDE's debugging features. I'm using Visual Studio 2008 Standard, .NET 3.5.

Thanks!