delete project

  • Thread starter Thread starter Marre
  • Start date Start date
M

Marre

Hi all!

Doés anyone know how to delete a project?

Lets say i make a test project in c#, and after that test i want it erased
from my computer. I have VS.NET 2003.

/Marre
 
I don't know of any way from inside VS.NET but what you could do if you want
to do it cleanly, is to remove the project from the solution, then manually
delete it from your hard disk. If you really want to be thorough, you could
then search the registry for references to the project and remove them.
That way, it wont show up in your VS.NET history lists (without removing
other entries).

Hope this helps.
 
Just delete the project from the hard drive. Then in the My Documents
folder, there is a VS Projects folder. Delete the folder with the project
name.

If it is a Web Project, remove the project file using delete from within the
IIS Admin console.

That's it.
 
Back
Top