Visual Studio does not support source control project

前端 未结 6 1625
醉酒成梦
醉酒成梦 2021-01-06 06:01

I am trying to open a project in VS 2010, but i am getting an error while opening it. Can any one tell what this error means?

The Project is under

6条回答
  •  时光说笑
    2021-01-06 06:28

    The solution to this problem is to locate your Visual Studio 2008 development environment executable at the Command Prompt (it’s at C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe by default) and type:

    devenv /resetskippkgs

    Possibly, this will help u, check this out... "the project type is not supported by this installation" error

    asp.net mvc 1.0 "project type is not supported" on Visual Studio 2008

提交回复
热议问题