Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio does not support source control project

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 Source Control. This Version of Visual studio .net does not support source controled project .Any Changes make to this project will not propagate to source code

like image 622
Vinod Avatar asked Dec 20 '22 17:12

Vinod


2 Answers

C:\Users\YourName\AppData\Local\Microsoft\Team Foundation\4.0\Cache\VersionControl.config

was corrupted. Deleted it all works now.

like image 185
Khushal Patel Avatar answered Jan 17 '23 17:01

Khushal Patel


This means that:

  1. The project is under Source Control
  2. If you make any changes, VS will not propogate them to the Source Control
  3. If you need to commit changes to the Source Control, you need to do it in your own way.

But, if you want just run the project, or just see the code, or jsut do not want to collaborate with it, you should ignore this message.

like image 21
ie. Avatar answered Jan 17 '23 17:01

ie.