Where does Visual Web Developer 2008 Express Editi

2019-09-15 16:44发布

Related to a previous question re. the debugger not working for me from VS Express:

Visual Studio Express can't debug - "The debugger is not properly installed"

I established that the problem seemed to be with the particular project that VS had set up when I chose "Open Web Site > Filesystem". I would like to delete all references to this particular project and I'm wondering how to do this.

I can't find any options in VS and deleting the relevant folder from "C:\Documents and Settings\USERNAME\My Documents\Visual Studio 2008\Projects" (and "\Backup Files") didn't seem to reset whichever setting it is which causes my problem (indeed - the project still appears in the "recent projects" pane on the start page)

How can I remove all trace of my project so that I can re-create it without the broken debugger?

1条回答
我命由我不由天
2楼-- · 2019-09-15 17:35

Visual Studio hasn't deleted it from the "recent projects" list because it doesn't realise you've deleted the website from the filesystem.

If you want the website to disappear from that list, click on it. Visual Studio will try and open it, realise it doesn't exist anymore and then remove it from the list.

查看更多
登录 后发表回答