Can adding a solution to TFS server cause WCF to break?

雨燕双飞 提交于 2020-01-16 19:46:12

问题


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

回答1:


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?



来源:https://stackoverflow.com/questions/4763369/can-adding-a-solution-to-tfs-server-cause-wcf-to-break

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!