NCover on service ...
NCover on service ...
I am trying to get code coverage on a service using the following command
NCover.Console.exe //svc "NetIQ Security Manager"
and I get an error saying
Cannot Start Service NetIQ Security Manager on Computer "." and this message repeats infintely
I have the service stoped and NetIQ Security Manager is the service name and I made sure I can start using the following command
net start "Net IQ Sceurity Manager"
Does anyone has seen this issue if so what am I doing wrong.