如何处理 TFS 2010 服务器插件中工作项的批量更新?

发布于 2024-11-19 09:53:12 字数 543 浏览 0 评论 0原文

我编写了一个 TFS 2010 服务器插件,当同一工作项进行某些指定的状态转换(例如从“已解决”到“活动”)时,该插件会更新工作项中的字段。 当我只更新单个工作项(使用团队资源管理器或 Visual Studio)时,该插件效果很好。

但是,当我尝试使用 Excel 2010 进行批量更新、一次编辑 50 个工作项时,插件崩溃,并且 excel 和 TFS 都挂起大约 5 分钟。我得到的异常(我将其记录在事件处理程序中)是:
异常消息:TF26174:Team Foundation 尝试连接到服务器时超时。检查您是否具有网络连接以及 Team Foundation Server 是否可用。如果问题仍然存在,请联系您的 Team Foundation Server 管理员。 (类型 ConnectionException)

我检查了其他更知名和完善的插件,例如 TFS Aggregator 具有相同的功能问题。

有人知道我该如何解决这个问题吗?

I wrote a TFS 2010 server plugin that updates a field in a work item, when ever the same work item makes some specified state transition (e.g. from Resolved to Active).
The plug in works great when I only update a single work item (with Team Explorer or Visual Studio).

However, when I try to make a bulk update, editing 50 work items at once, using Excel 2010, the plugin crashes, and both excel and TFS hang for roughly 5 minutes. The exception I get (I logged it in the event handler) is:
Exception Message: TF26174: Team Foundation timed out trying to connect to the server. Check that you have a network connection and that the Team Foundation Server is available. If the problem persists, contact your Team Foundation Server administrator. (type ConnectionException)

I checked and other, better known and refined plugins such as TFS Aggregator has the same problem.

Does anybody know how I can fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

未蓝澄海的烟 2024-11-26 09:53:12

最终我想出了一种编写健壮且耐用的服务器插件的方法。我在博客上介绍了它 此处

阿萨夫。

Eventually I came up with a way to write a robust and durable server plugin. I blogged about it here.

Assaf.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文