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

前端 未结 15 1368
猫巷女王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

    VS 2012 has different project type support based on what you install at setup time and which edition you have. Certain options are available, e.g. web development tools, database development tools, etc. So if you're trying to open a web project but the web development tools weren't installed, it complains with this message.

    This can happen if you create the project on another machine and try to open it on a new one. I figured it out trying to open an MVC project after I accidentally uninstalled the web tools.

提交回复
热议问题