How to prevent Visual Studio from launching WcfSvcHost.exe while debugging?

前端 未结 4 1628
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 08:01

I have a solution in Visual Studio 2008 which has multiple projects. One of the projects is a WCF project. Sometimes I just want to debug other projects, but when I press F5

4条回答
  •  时光取名叫无心
    2020-11-29 08:54

    Go to WCF Options section in the property page of your WCF project and unselect the check box that says 'Start WCF Service Host when debugging another project in the same solution'.

提交回复
热议问题