0

我正在使用带有 Team Foundation Service 的 Visual Studio Pro 2012。我要删除的服务器上有几个项目。我正在尝试使用 VS2012 的开发人员命令提示符通过以下命令删除服务器上的项目:

TfsDeleteProject /q /force /collection:https://<your tenant 
name>.visualstudio.com/DefaultCollection <Project Name>

但是我得到了回应:

TF200040: You cannot delete a team project with your version of Team Explorer. C
ontact your system administrator to determine how to upgrade your Team Explorer
client to the version compatible with Team Foundation Server.

我已经安装了 Team Explorer 2012,这并没有什么不同。如何删除项目或解决此问题?

4

2 回答 2

2

需要在这个路径:C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE

还要确保不要在项目名称周围加上引号(似乎会破坏它): TfsDeleteProject /q /force collection: https://myproj.visualstudio.com/DefaultCollection MyProject

于 2013-05-29T20:58:02.427 回答
2

不幸的是,我们在本周的部署中破坏了它。我们今天部署了修复程序。抱歉,添麻烦了!

于 2013-05-15T22:31:45.517 回答