I got this error while trying to install a setup (wcf and windows service) in C#.Net. The error message is "Error 1001 : The specified service has been marked for deletion".
Solution:
You can try out some solution:
- If service manager is open the close service manager (services.msc).
- Check in the task manager if the service is running.
- The best solution is restart the machine.
Hope it will work.
Solution:
You can try out some solution:
- If service manager is open the close service manager (services.msc).
- Check in the task manager if the service is running.
- The best solution is restart the machine.
Hope it will work.