Visual Studio does not support source control project

前端 未结 6 1682
醉酒成梦
醉酒成梦 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:21

    This means that the solution you opened is under version control, like Team Foundation Server (TFS). To work with the versioning features you need a special version of visual studio.

    As it seems (assumption based on the error message) you can use the source from the project, you can build and start the programm, but you cannot commit any changes you made to the versioning repository.

    The wikipedia page about TFS explains pretty well what TFS is about: http://en.wikipedia.org/wiki/Team_Foundation_Server

    If you working with the code for yourself, it shouldn't be a problem. If you work on a team project, using TFS as versioning system, you would have to upgrade to another VS version.

    Maybe this stack overflow thread can help you a bit: Connect Visual Studio 2010 Professional to TFS

提交回复
热议问题