Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2012 无法删除Team Foundation服务项目_Visual Studio 2012_Project_Azure Devops - Fatal编程技术网

Visual studio 2012 无法删除Team Foundation服务项目

Visual studio 2012 无法删除Team Foundation服务项目,visual-studio-2012,project,azure-devops,Visual Studio 2012,Project,Azure Devops,我使用VisualStudio Pro 2012,使用Team Foundation服务。我想删除服务器上的几个项目。我正在尝试使用VS2012的Developer命令提示符删除服务器上的项目,命令如下: TfsDeleteProject /q /force /collection:https://<your tenant name>.visualstudio.com/DefaultCollection <Project Name> 我已经安装了TeamExplore

我使用VisualStudio Pro 2012,使用Team Foundation服务。我想删除服务器上的几个项目。我正在尝试使用VS2012的Developer命令提示符删除服务器上的项目,命令如下:

TfsDeleteProject /q /force /collection:https://<your tenant 
name>.visualstudio.com/DefaultCollection <Project Name>
我已经安装了TeamExplorer 2012,这并没有什么不同。
如何删除项目或解决此问题?

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

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

需要位于以下路径中: C:\ProgramFiles(x86)\Microsoft Visual Studio 11.0\Common7\IDE

另外,请确保不要在项目名称周围加引号(似乎会破坏项目名称): TfsDeleteProject/q/force collection:MyProject

需要位于以下路径中: C:\ProgramFiles(x86)\Microsoft Visual Studio 11.0\Common7\IDE

另外,请确保不要在项目名称周围加引号(似乎会破坏项目名称): TfsDeleteProject/q/强制收集:MyProject

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.