System error 5 Access is denied when starting a .NET service

前端 未结 10 1821
离开以前
离开以前 2020-12-03 02:32

When I try to start a service I created in Visual Studio I receive the following error:

System error 5 has occurred.

Access is denied.

I a

10条回答
  •  南笙
    南笙 (楼主)
    2020-12-03 02:54

    Had the same issue.

    Fixed by running the service under "Local System Account"

    enter image description here

提交回复
热议问题