vote up 0 vote down star

A couple of months ago, the MRU list in Visual Studio stopped working. Neither the File menu or the start page shows any recently opened projects or solutions. I honestly have no clue what I did to cause this, but perhaps someone who knows more about the murky depths of VS might be able to hazard a guess at what caused it to disappear, and even better, how to get it back?

It is a pretty normal VS2k8 Team System installation with SP1, running on a 32-bit XP SP3 machine.

Edit: The registry key HKCU\Software\Microsoft\VisualStudio\9.0\ProjectMRUList exists, but is empty. Permissions for that registry key seem pretty normal. The user I'm running VS as has both read and write access to it (and has admin privileges in general).

flag

3 Answers

vote up 0 vote down

They are stored in HKCU\ Software\ Microsoft\ VisualStudio\ 9.0 \ProjectMRUList and FileMRUList. Run Regedit.exe and check if something's wrong with these keys.

link|flag
Hmm, thanks. Seems like the key exists, but is empty. Any more suggestions? :) – jalf Nov 29 '08 at 21:29
Hmm, I gave you two keys. – nobugz Nov 30 '08 at 7:30
Oh, didn't notice that. FileMRUList doesn't exist at all. (Also, neither MRU list works in VS) – jalf Nov 30 '08 at 19:07
vote up 2 vote down

You might run RegMon / FileMon (ProcessMon) from SysInternals as to ensure it is access the correct path, and that there are not permissions problems, etc

link|flag
vote up 0 vote down

Forgive me if you've already checked the obvious: there's a setting under Tools, Options, Environment, General, where you can set the # of items to be displayed in MRU lists. Is it possible that somehow this has gotten set to zero?

link|flag
They're set to show last 10 and 6 items respectively – jalf Nov 30 '08 at 21:45

Your Answer

Get an OpenID
or

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