Error 5 : Access Denied when starting windows service

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

    In my case, I had to add 'Authenticated Users' in the list of 'Group or User Names' in the folder where the executable was installed.

提交回复
热议问题