0

I copied the root folder to my desktop, deleted all files in that folder or under that folder if the file was a VSS file, opened the project, confirmed that I wanted to removed VSS integration and still my web project but not the referenced projects in the solution were tied to VSS and they changed my checkout folder in VSS!

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
Chad
  • 23,658
  • 51
  • 191
  • 321

2 Answers2

1

Look for hidden .vss files.

Broken Link
  • 2,396
  • 10
  • 30
  • 47
  • Good suggestion, but I already had my Windows Explorer options set to show hidden files and folders. I think that there are references in some of the project files that refer to VSS. I remember seeing a long article about to break a project's VSS intergration and it was far from straight forward. I lost the link and frankly, was hoping for an easier solution. Deleting all VSS- extensioned files wasn't enough. – Chad Jul 31 '09 at 20:13
1

You should also remove the source control related settings from the sln file.

Mehmet Aras
  • 5,284
  • 1
  • 25
  • 32