0

We develop using VS2008 solution that have about 26 project that's added to Team System Source control.
The problem is: sometime when developer try to debug a project, VS check out all projects before debugging, we don't know Why this happen especially if we close all vs and try again the problem not appear ... Is any know how to solve this issue ?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Amr Badawy
  • 7,453
  • 12
  • 49
  • 84

1 Answers1

2

That's how it is. I hate it too. The best you could do is configure Visual Studio to ask every time before it checks out a file so that the developer is being warned of what is happening behind the scenes:

enter image description here

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
  • but i don't want to show check out prompt for each time i want to check out ... is there any other solution ? – Amr Badawy Jan 24 '11 at 21:03