The project type is not supported by this installation

后端 未结 15 695
故里飘歌
故里飘歌 2020-12-02 09:00

Whenever I try to open a project (csproj) that\'s downloaded from the internet, most of the times, I get the

\"The project type is not s

15条回答
  •  一生所求
    2020-12-02 09:42

    Instead of searching fr the GUIDs, you can simply delete the GUIds tags. Then try opening the project again. The second time opening you should get a more reasonable error message.

    For instance my issue was that I did not install SharePoint Developer Tools when I installed Visual Studio 2010 on my development Virtual Machine. So when I tried opennign the project after deleting the GUIDs, VS2010 told me the path it was looking for did not exist.

    Therefore VS2010 was looking for a SharePoint library that was not installed. I simply had to run the install again, and then add that feature.

提交回复
热议问题