How to delete a team project in Team Foundation Server 2005 and 2008
Its not always easy to do some simple tasks. If you are using visual studio and team foundation server as version control, deleting the project from tfs can be very tricky. Here is how to do so.
Visual Studio Team System.jpg
You can use TfsDeleteProject.exe utility from the command promt to delete team proejcts from team foundation server 2005 or 2008. TfsDeleteProject.exe ships with Team foundation server. Go to the Visual Studio 2005 command prompt and use "TfsDeleteProject.exe" and send the following command to tfs server.
tfsdeleteproject /q /force /server: "tfsprojectname"