I have a couple of test solutions that I no longer need, so I've deleted the solutions from my hard drive, but they continue to show up under "Recent Projects" when I open Visual Studio.
How do you clean out items from this list?
Printable View
I have a couple of test solutions that I no longer need, so I've deleted the solutions from my hard drive, but they continue to show up under "Recent Projects" when I open Visual Studio.
How do you clean out items from this list?
Dear Hack,
The recent projects are stored in
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList <-- for VS2005.
and similarly for FileMRuList.
You can delete those entries from Registry. Or Another method is if u select any of the removed project from IDE,It wil ask that ,it is deleleted,Whether to remove or not.Choose the appropriate action
Dana
I had that happin to me but when i select them i got a message saying "they are not there and would like to delete the link."
Click Yes to Remove it from recent menu :)
Yep, that worked.Quote:
Originally Posted by danasegarane
Thanks!