I want to start a windows service which I have created from another windows service. I am using the service Controller which is available. But when I try to start the service I get a message, "Cannot open MyTestService service on computer '.'"
I am working on the windows xp operating system. I have given the Account for the service which I am trying to start as LocalSystem and I also tried with Localservice account.
Do I need to give special permissions to the windows service, to be able to started by another service.