Error 5 : Access Denied when starting windows service

前端 未结 30 2431
滥情空心
滥情空心 2020-12-04 18:49

I\'m getting this error when I try to start a windows service I\'ve created in C#:

\"alt

My Code

30条回答
  •  失恋的感觉
    2020-12-04 19:07

    I also got the same error , It resolved by Right click on Service > Properties >Log On > log on as : Local System Account.

提交回复
热议问题