vote up 2 vote down star

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?

flag

56% accept rate
Have you tried checking everything in, and then refreshing your workspace, and then checkout a file to see if the problem still occurs? – Jason Stevenson Sep 23 '08 at 15:01
I'm not sure what you mean by "refreshing my workspace", but the problem occurs whether or not I have anything checked out, and it's been this way since yesterday. And I've rebooted since yesterday. – Kyralessa Sep 23 '08 at 15:14

2 Answers

vote up 0 vote down

Have you tried the Visual SourceSafe 2005 Update patch?

link|flag
I have, and when I run the patch, I get this: "Error applying transforms. Verify that the specified transform paths are valid." :( – Kyralessa Sep 23 '08 at 16:44
vote up 3 vote down check

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.

link|flag
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 Dec 8 '08 at 22:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.