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


i have solution in visual studio 2008 has multiple projects. 1 of projects wcf project. want debug other projects, when press f5, visual studio has wcfsvchost.exe launched host wcf project not "startup project".

currently, every time debugging other projects, have unload wcf project prevent annoying wcfsvchost.exe host pop up. however, not convenient. know better idea prevent wcf project hosted in debugging mode?

go wcf options section in property page of wcf project , unselect check box says 'start wcf service host when debugging project in same solution'.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -