我正在使用Visual Studio Pro 2012和Team Foundation Service。我在要删除的服务器上有几个项目。我正在尝试使用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,这没有任何区别。 如何删除项目或解决此问题?
答案 0 :(得分:2)
不幸的是,我们本周在部署中打破了它。我们今天部署了修复程序。对不起,对不起!
答案 1 :(得分:2)
需要走这条道路: C:\ Program Files(x86)\ Microsoft Visual Studio 11.0 \ Common7 \ IDE
另外请确保不要在项目名称周围加上引号(似乎打破它): TfsDeleteProject / q / force collection:https://myproj.visualstudio.com/DefaultCollection MyProject