473,406 Members | 2,217 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Start Page

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!
Mar 3 '06 #1
5 1487
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.

--
Regards

John Timney
Microsoft MVP

"Chris Marsh" <cm****@synergy-intl.com> wrote in message
news:ON**************@TK2MSFTNGP09.phx.gbl...
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!

Mar 3 '06 #2
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".
--
brians
http://www.limbertech.com
"Chris Marsh" wrote:
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!

Mar 3 '06 #3
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!
"John Timney ( MVP )" <ti*****@despammed.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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.

--
Regards

John Timney
Microsoft MVP

"Chris Marsh" <cm****@synergy-intl.com> wrote in message
news:ON**************@TK2MSFTNGP09.phx.gbl...
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!


Mar 6 '06 #4
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

"Chris Marsh" <cm****@synergy-intl.com> wrote in message
news:ut*************@TK2MSFTNGP12.phx.gbl...
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!
"John Timney ( MVP )" <ti*****@despammed.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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.

--
Regards

John Timney
Microsoft MVP

"Chris Marsh" <cm****@synergy-intl.com> wrote in message
news:ON**************@TK2MSFTNGP09.phx.gbl...
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!



Mar 6 '06 #5
Thank you - that was the trick!

"John Timney ( MVP )" <ti*****@despammed.com> wrote in message
news:OL*************@tk2msftngp13.phx.gbl...
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

"Chris Marsh" <cm****@synergy-intl.com> wrote in message
news:ut*************@TK2MSFTNGP12.phx.gbl...
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!
"John Timney ( MVP )" <ti*****@despammed.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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.

--
Regards

John Timney
Microsoft MVP

"Chris Marsh" <cm****@synergy-intl.com> wrote in message
news:ON**************@TK2MSFTNGP09.phx.gbl...
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!



Mar 6 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mario | last post by:
Hi, I'm experiencing a nasty problem with Visual Studio .Net 2003. Most Online Resources in the Start Page doesnt work, showing the following message: "This feature requires that you have...
31
by: Prabhat | last post by:
Hi All, The "Session_OnStart" event doesnot fire if the website has .htm file as the startup document. If I change the extension of the default document from ..htm to .asp then I can see the...
5
by: Bill Sun | last post by:
Hi, ALL In the VC.net 2003 IDE, the start page list the solutions that I have opened. the start page only display: name, and modify date. the problem is after I have opened a several solution...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
6
by: Randy | last post by:
Hello All, Can someone tell me why when I go to the Solution Explorer and try to set a certain aspx page as the start page (Set As Start Page), it is grayed out? Thanks :)
16
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
4
by: Nobody | last post by:
Hi, I'm using ASP.NET w/ Visual Studio 2005 and the .net development server... how do I set the default start up page? right now when I go to http://localhost/WebSite I get a directory listing....
1
by: rouellette | last post by:
Is it possible to redirect to another page in your application from the start page BEFORE the user has been authenticated if you're using FORMS authentication? I can't seem to get it to work. ...
2
by: =?Utf-8?B?aG9oc2VuQGhvdG1haWwuY29t?= | last post by:
C# Solution Explorer Tips & Tricks Everything cannot how to work from C# Recent Projects(all cannot to write/read). HELP ME! How to get for C# Recent Projects working!!?? Cannot how to work new...
10
by: 7stud | last post by:
I'm trying to get Apache set up on my system so I can use mod_python. I installed Apache 2.2.4 according to the following instructions: ...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.