The project system has encountered an error When trying to load project

前端 未结 3 2272
一整个雨季
一整个雨季 2021-02-19 07:36

In Visual Studio 2017 v15.7.1 I am getting the following error window when trying to load one of my projects:

And when I go to the path specified, inside the te

3条回答
  •  感动是毒
    2021-02-19 08:19

    I found that you need to do two steps to resolve this issue:

    1. Delete the .vs folder at the solution level.
    2. Delete the bin and obj folders in all projects within the solution.

    I encountered the issue in Visual Studio 2017 v15.7.4 and the affected project/solution was created in v15.7.4, so it can occur without upgrading to a new version of Visual Studio.

提交回复
热议问题