Error 5 : Access Denied when starting windows service

前端 未结 30 2450
滥情空心
滥情空心 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:10

    Make sure the Path to executable points to an actual executable (Right click service -> Properties -> General tab). Via powershell (and sc.exe) you can install a service without pointing to an actual executable... ahem.

提交回复
热议问题