【问题标题】:"Team Foundation services are not available from" Visual Studio Online“Team Foundation 服务不可从”Visual Studio Online
【发布时间】:2014-02-09 15:39:13
【问题描述】:

我正在使用微软在线提供的 tfs 预览版。我能够获得项目名称,但是当我试图获得工作项目时。我遇到了错误。

TF400324:Team Foundation 服务无法从服务器获得 https://servername.tfspreview.com/.

技术信息(供管理员使用):

找不到页面。

我正在使用下面的代码来获取工作项。

var tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection("https://servername.tfspreview.com/");
var store = (WorkItemStore)tfs.GetService(typeof(ICommonStructureService));

【问题讨论】:

  • 指定集合名称。例如,https://servername.visualstudio.com/DefaultCollection

标签: c# .net azure-devops


【解决方案1】:

Team Foundation Service 不再处于预览模式。这是一项完整的免费增值服务。将您的网址更新为:

https://servername.visualstudio.com/DefaultCollection

【讨论】:

猜你喜欢
  • 2016-07-06
  • 2014-05-16
  • 1970-01-01
  • 2019-02-10
  • 1970-01-01
  • 1970-01-01
  • 2015-10-02
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多