向 TFS 服务器添加解决方案会导致 WCF 崩溃吗?
我正在运行 2010 年的 SP1 beta...它可能与 beta 相关,也可能无关。但是,一般来说,将项目添加到 codeplex TFS 服务器是否会在某种程度上导致 WCF 在 Azure 项目中中断?
似乎是适合我的模式。启动后我立即收到 ServicePoint 异常。如果我从源代码管理中删除该应用程序,一切都会正常。
我的项目由
- Azure WCF hello world 应用程序
- VS2010 SP1 beta
- 组成添加 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
- Azure WCF hello world application
- VS2010 SP1 beta
- Adding codeplex TFS reference causes exception
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是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?