Windows Service Install Ends in Rollback

前端 未结 6 2054
既然无缘
既然无缘 2021-02-03 19:10

When I try to install a Windows service:

c:\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\installutil

I get, what looks to be, some success messages and som

6条回答
  •  长发绾君心
    2021-02-03 19:29

    This problem is due to security, you'd better open developer command prompt for VS 2012:

    RUN AS ADMINISTRATOR

    and install your service. It will surely fix your problem.

    I tried and the issue was resolved.

提交回复
热议问题