How to fix the “The system cannot find the file specified. (Exception from HRESULT:0X80070002)” error in Visual Studio?

后端 未结 9 996
日久生厌
日久生厌 2021-02-02 11:28

i trying to create a new project in visual studio .it give some error

please give me some suggestions.....\"enter

9条回答
  •  天涯浪人
    2021-02-02 11:46

    I had the same error using VS community 2017 (and previous), when trying to open a .cs file, or trying to open project properties. All that on a fresh VS install on a fresh Windows 10 install...

    I found 2 solutions:

    Start VS as admin (which is not a good choice, and may prevent debugging drag&drop into your app).

    or better:

    Change security settings of your %temp% folder to "everyone - full control". :)

提交回复
热议问题