“This project is incompatible with the current version of Visual Studio”

前端 未结 15 1376
猫巷女王i
猫巷女王i 2020-12-09 00:34

I was getting the below message from Visual Studio 2010.

\"This project is incompatible with the current version of Visual Studio\"

15条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-09 01:11

    In my case it was an incompatible Project Type. Editing project file and removing ProjectTypeGuids node resolved the issue of loading the project (I had already re-targeted the framework version as advised here).

    Probably the project type is not supported in the (most likely) NEW version of VS, so you will have to adjust (update) the code to work properly (if possible), but at least you can see the content through VS.

提交回复
热议问题