Recent Projects List on Start Page is not being Populated


The Projects List on my Start Page is not being populated with the Projects I open. It's empty.

Does anyone know what could be the problem? I can see the entries being recorded in the Registry key:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList

But VS isn't reading them in for some reason.

I'm running Visual Studio 2005 Professional.

Thanks.

[427 byte] By [GordonBell] at [2007-12-23]
# 1

tried resetting the IDE, just in case?

devenv /resetide

ahmedilyas at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2

No, unfortunately devenv /ResetSettings did not fix the problem.

GordonBell at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 3

i′m experiencing the same thing !!!!

Jo?oS.B. at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 4

*bump*

Does anyone have any idea why my Projects List on Start Page is not being populated.

I'm logged in as an Administrative User.

Thanks.

GordonBell at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 5

Gordon,

Nothing off the top of my head suggests itself as a proximal cause. But it sounds like a bug, and if you file this at http://connect.microsoft.com/site/sitehome.aspx?SiteID=210, the team that owns that functionality will get it and follow up. (The VB team doesn't have any insite into or ownership over that code, alas.) VS has goals around how quickly we respond to bugs filed there which are fairly aggresive, so you'd likely get pretty quick feedback.

--Matt--*

MatthewGertzMS at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 6

Hi Gordon,

I'd like to figure out what's going on here. Can you answer some questions to help us diagnose the problem?

  1. Do recent projects properly show up in the File -> Recent Projects list?
  2. There's a known issue regarding projects that are opened from Source Control not showing up on the Recent Projects list. This isn't your issue, is it?
  3. Do the other panes on your start page correctly update? For instance, my start page has "Flickr-ing about with .NET" at the top of the "MSDN: Visual Studio" pane. Do you also see this?
  4. Would it be convenient to provide a screenshot of your start page for us? Just in case something strange pops out...

Thanks! I hope we can get to the bottom of this.

-Michael

MichaelLehenbauerMS at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 7
I'm having the same problems. I followed the suggestion above with some screen shots and have the following resuts:
===version info===
Microsoft

Visual Studio 2005
Version

8.0.50727.42(RTM.050727-4200)
Microsoft

.NET Framework
Version

2.0.50727
Installed

Edition: Professional
Microsoft

Visual Basic 2005

77626-009-0000007-41589
Microsoft

Visual Basic 2005
Microsoft

Visual C# 200577626-009-0000007-41589
Microsoft

Visual C# 2005
Microsoft

Visual Web Developer 2005

77626-009-0000007-41589
Microsoft

Visual Web Developer 2005

===
screen shot (should have a few projects)
screen shot (after creating, saving, debugging, closing and reopening)
===
Projects are in My Documents\Visual Studio 2005\Projects
Settings are in My Documents\Visual Studio 2005\Settings

I have full read/write access to those files.

Is there anywhere else I can look to help you out?

Hojo at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 8

I also have this problem -- nothing showing up in the recent project list.

Based on the earlier suggestion, I tried a devenv /ResetSettings which did not handle this issue.

As a note, I do not even have a File-->Recent Projects option on the menu.

I opened two projects in VS.NET 2005, saved them, closed and opened VS to no effect.

Here is a link to a screenshot:

Screen Shot of VS

As another note, I looked at the registry key that reportedly has the recent project list and that key is empty (I didn't modify it). This is despite opening and closing 2 projects since the devenv /ResetSettings, and closing and reopening VS.NET 2005.

Screen Shot of Regedit

Any advice?

JK

JeffKretz at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 9

I'm not sure if this will help any of you, but I figured I would post this here in case it helps someone.

It seems that Visual Studio inappropriately uses the settings for Windows Explorer which sets weather recent document history is shown. If you turn off the recent documents history for Windows Explorer, you effectively turn it off for Visual Studio as well.

Personally, I think it is a mistake for Microsoft to be doing this, however they have indicated that they will not be doing anything about this issue.

Check the following registry key and make sure the setting is 0. If you are being affected by this particular problem, that may get your recent projects list back:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000000

N8WEI at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 10

Thanks N8WEI,

That is exactly what I was going to suggest.

That's actually a system-wide group policy setting and it's mandatory for software to honor it in order to be Windows certified. Office and other Microsoft apps will do the same.

If anybody's still seeing the problem after checking that registry setting, please reply!

Thanks,

Michael

MichaelLehenbauerMS at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 11
Right, I had to modify the group policy for my users:

User Configuration/Administrative Templates/Start Manu and Taskbar

Do not keep history of recently opened documents -> disable or no config.
This policy had been set long ago and I pretty much forgot about it. So, here is a follow-up question:

Where can I find a document from microsoft (or anyone else) that maps registry keys to policy settings? I just poked around the internet and my policy and finally found the above setting modifies the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000000

And, 77 to N8WEI for your help, and thanks to Michael for his followup.

Hojo at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 12

I am having problems with the Recent Projects after I installed Team Architects. The recent projects window only displays the first three projects I opened and will not update to the most recent. Any thoughts...

rufdog30 at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 13

Hey rufdog30,

Do recent projects properly show up correctly in the File -> Recent Projects list? Also, there's a known issue regarding projects that are opened from Source Control not showing up on the Recent Projects list. Could this be your issue?

Thanks,

Michael

MichaelLehenbauerMS at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 14
No they don't show up correctly there either. This problem started when I installed team architects, I had just had team developer before.
rufdog30 at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...