Recently I helped a customer who was having trouble creating a team project.
But, when they try to create a project by name ”Project1”, it failed with the following error:
TF30321: The name you typed is already used for another team project on the team foundation server. Type a unique name for the new team project.
In the past, I've seen this error if you don't close the Project Creation Wizard dialog and try to use a name that you've just deleted using tfsdeleteproject.exe. But that wasn't the problem in this case.
The usual fix to remove a partially created team project is to run:
tfsdeleteproject /force /server:http://tfs-server:8080 Project1
There are three ways to manually delete a WSS site:
Hope this helps!
PingBack from http://blog.a-foton.ru/2008/07/tf30321-the-name-you-typed-is-already-used-for-another-team-project/