2013-05-15 55 views
0

我正在使用Visual Studio Pro 2012和Team Foundation Service。我想要刪除的服務器上有幾個項目。我試圖使用Developer命令提示符下VS2012與命令刪除服務器上的一個項目:無法刪除Team Foundation Service項目

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. 

我已經安裝團隊資源管理器2012,這沒有任何區別。 如何刪除項目或解決此問題?

回答

2

不幸的是,本週我們在部署中破壞了它。我們今天部署了修復程序。抱歉,添麻煩了!

2

需要在此路徑: C:\ Program Files文件(x86)的\微軟的Visual Studio 11.0 \ Common7 \ IDE

另外,還要確保你不把引號輪項目名稱(似乎打破它): TfsDeleteProject/q/force collection:https://myproj.visualstudio.com/DefaultCollection MyProject