Start Page

  • Thread starter Thread starter Chris Marsh
  • Start date Start date
C

Chris Marsh

How the heck do we kill references in the "Recent Projects" section of this
page. I have a bunch of tests that I need to remove from the list, it's
just rather anoying.

Thanks!
 
if you delete the project files in MyDocuments\vsnet (whatever isntallation
name) then the next time vs.net starts you should be able to remove them.
 
Hello Chris,

Another option to consider would be to go to the Options.Environment.StartUp
item and choose the At startup option "Load last loaded solution".
 
Sir,

This did not work, I have deleted everything that I thought related to the
project. For example, I created a new site called "Test", then deleted Test
from both my projects folder and wwwroot but it's still appearing. Clearly,
I am missing something simple here however I don't know exactly what I am
missing.

Thanks!
 
if you delete the project files in
C:\Documents and Settings\username\My Documents\Visual Studio 2005\projects
, and delete the references to it under
C:\Documents and Settings\username\My Documents\Visual Studio 2005\websites
when you start vs up and click on the project name it should ask you to
remove it
 
Thank you - that was the trick!

John Timney ( MVP ) said:
if you delete the project files in
C:\Documents and Settings\username\My Documents\Visual Studio
2005\projects
, and delete the references to it under
C:\Documents and Settings\username\My Documents\Visual Studio
2005\websites
when you start vs up and click on the project name it should ask you to
remove it

--
Regards

John Timney
Microsoft MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top