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

前端 未结 4 1630
伪装坚强ぢ
伪装坚强ぢ 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:47

    You could try to unload the WCF project in the solution, then debug.

    Sorry it was late I misread the last part to fast, then the only other way, that I know of, is to comment out the web parts in the Property Group of the project. This prevented the pop-up for me

    Unload the project, Comment out the mentioned part, reload.

    
    

提交回复
热议问题