System.UnauthorizedAccessException was unhandled

前端 未结 5 1255
既然无缘
既然无缘 2021-01-22 01:06

I am getting a access denied exception. How can I fix this?

Here is the exception:

System.UnauthorizedAccessException was unhandled HResult=-214

5条回答
  •  遥遥无期
    2021-01-22 01:32

    You may need to run your project in administrator mode if you want access to the root directory

    You can do this by adding this to the app manifest

    
    

提交回复
热议问题