我正在使用带有 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,这并没有什么不同。如何删除项目或解决此问题?