Error 5 : Access Denied when starting windows service

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

    In my case I kept the project on desktop and to access the desktop we need to add permission to the folder so I simply moved my project folder to C:\ directory now its working like a charm.

提交回复
热议问题