向 TFS 服务器添加解决方案会导致 WCF 崩溃吗?

发布于 2024-10-12 23:44:04 字数 303 浏览 3 评论 0原文

我正在运行 2010 年的 SP1 beta...它可能与 beta 相关,也可能无关。但是,一般来说,将项目添加到 codeplex TFS 服务器是否会在某种程度上导致 WCF 在 Azure 项目中中断?

似乎是适合我的模式。启动后我立即收到 ServicePoint 异常。如果我从源代码管理中删除该应用程序,一切都会正常。

我的项目由

  1. Azure WCF hello world 应用程序
  2. VS2010 SP1 beta
  3. 组成添加 codeplex TFS 引用会导致异常

I am running on SP1 beta of 2010... it may or may not related to the beta. But, in general, can adding a project to the codeplex TFS server somehow make WCF break when also inside an Azure project?

Seems to be the pattern for me. Immediately upon launch I get a ServicePoint exception. If I remove the app from source control everything works fine.

My project consists of

  1. Azure WCF hello world application
  2. VS2010 SP1 beta
  3. Adding codeplex TFS reference causes exception

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

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

发布评论

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

评论(1

帅哥哥的热头脑 2024-10-19 23:44:04

是CommunicationFaultedException吗?如果是,则在使用签入 TFS 的 Azure 1.3 SDK 项目时,这是一个错误。确保您已签出 Web.config 文件(可写)。

如果没有,您能否提供有关 ServicePoint 执行的任何其他信息?

Is it a CommunicationFaultedException? If it is, it is a bug when working with Azure 1.3 SDK projects that are checked into TFS. Make sure you have the Web.config file checked out (writeable).

If not, can you give any other information on on the ServicePoint execption?

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