2

I use VS2010 with solutions in .net 4.0. Most of the solutions have unit test projects in them. The solutions are under source control (TFS 2010).

But every time I open a solution, VS2010 checked out the test project file (.csproj) and the corresponding .csproj.vspscc file. When i compare the checked out files with the ones under source control (TFS), the files are the same.

Does anyone know a solution to this problem?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Dennis
  • 1,810
  • 3
  • 22
  • 42

1 Answers1

3

I found out what the problem was with my VS2010. I installed the 'Solution Load Manager' extension (version 0.2.1).

After disabling this extension, the projects where not checked out anymore during a get latest version.

Dennis
  • 1,810
  • 3
  • 22
  • 42
  • Nice find! I had the same problem and it was bothering me for ages. I was using version 0.3 of Solution Load Manager for what it's worth. – Spud Jul 10 '12 at 02:09