1
Answer

C# Windows Service

I'm working on a Windows Service project using C#.

The event onStart works ok if I reset or stop and then start the Service manualy, but when the PC turns on, dosen' t work .

There's only one line on the event

eventLog.WriteEntry(" Service Starting ");

The Service is running but still seems like the code inside OnStart is not executed

I need help with this

Thanks

Answers (1)