views:

595

answers:

3

I'm having a strange problem in Visual Studio 2008 where my "Pending Checkins" window never updates. I open it up, and it says "Updating..." like usual, but I never see the "X remaining" message, and nothing happens. It just sits there doing nothing.

Checked-out stuff still shows as checked out in Solution Explorer. SourceSafe 2005 still works like normal.

Any ideas?

A: 

Have you tried the Visual SourceSafe 2005 Update patch?

EvilEddie
I have, and when I run the patch, I get this: "Error applying transforms. Verify that the specified transform paths are valid." :(
Kyralessa
+6  A: 

Hooray! I found a solution. For anyone else that stumbles across this, here's the deal.

I discovered today that the Pending Checkins window wasn't broken for all solutions, but only for a particular one. Also, though I didn't realize it was related, every time I opened the solution, I was getting:

"Some of the properties associated with the solution could not be read."

The solution I found was here. It turns out that I had two

GlobalSection(SourceCodeControl) = preSolution

sections in the solution (.sln) file. I deleted the second one (which had a long list of projects, but also some gibberish in it), and the message went away, and my Pending Checkins window now works perfectly.

Kyralessa
You Rock!.. I never got an error, but only in one of my solutions would the pending checkins window not update. Checked the solution file, removed the duplicate SourceCodeControl section and bang. Works like a charm.
Quintin Robinson
A: 

AWESOME!! This has been very helpful.

Clayton Powell