Running ServiceController.ExecuteCommand on my custom service raises a
"Cannot control service on machine <machineName>". Drilling thru the inner
exceptions, I come across an "Access is denied" error msg. Funny thing is I
can start and stop the service using the same ServiceController instance, so
an issue on permissions seems remote. Service originally runs under
LocalSystem; changed it to my Windows account but had no effect.
Any help will be greatly appreciated.