Hi...
I've got something which is making me pull my hair out which I hope someone can shed some light on. Basically I've got a Windows Service using VS.NET 2005. This service has been working fine for a while. For some reason now, I cannot get the service to start.
By placing MessageBoxes in (with the correct display permissions) I found that the service itself is just not 'activating'. (Main and OnStart are not being called) So I cannot even attach to the process to debug. The service startup manager times out with Error 2186. 'The Service is not Responding to the Control Function.'
All permissions within the directory appear OK. I've treid uninstalling/reinstalling.
I'm not sure whether this is a .NET 2.0 issue or not. The service appears to start ok on other PC's with 2.0 runtime on.
Has anyone else seen anything like this, or can they shed any light on what might be going on
Thanks

Can't start my Windows Service
Alex2004
Does the service need to run under any specific identity
Also, make sure the password for the identity that you are using has not expired.
Regards,
Vikram
Rafa Cabedo
Thanks in advance,
Chris Massie