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

前端 未结 3 2299
一整个雨季
一整个雨季 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:40

    Try deleting bin and obj folders in all projects of that solution.

    Probably those folders were having old files generated by some older version of visual studio, which are not compatible with new version of visual studio.

提交回复
热议问题