<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Disabling the Visual Studio Service Host</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx</link><description>When debugging a WCF project in Visual Studio the WCF Service Host starts up to host my service. How do I stop this from happening so that I can use my own service host? One of the new tools in Orcas is the WCF Service Host that allows you to automatically</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Disabling the Visual Studio Service Host</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8493662</link><pubDate>Mon, 12 May 2008 15:22:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8493662</guid><dc:creator>barryd</dc:creator><description>&lt;p&gt;Or you could take the quick and dirty route; rename the app.config file in the project - no more service host, and it's easy to swap back should you need it again.&lt;/p&gt;</description></item><item><title>Setting the Configuration Name</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8495058</link><pubDate>Mon, 12 May 2008 19:22:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8495058</guid><dc:creator>Nicholas Allen's Indigo Blog</dc:creator><description>&lt;p&gt;What's the difference between the Name and ConfigurationName on service contracts and behaviors? The&lt;/p&gt;
</description></item><item><title>Disabling the Visual Studio Service Host</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8499488</link><pubDate>Tue, 13 May 2008 11:29:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8499488</guid><dc:creator>Zuker On Foundations</dc:creator><description>&lt;p&gt;Via this post . If you haven&amp;amp;#39;t experienced it yet, there&amp;amp;#39;s a project template for WCF in VS2008&lt;/p&gt;
</description></item><item><title>Disabling the WCF Service Host (WcfSvcHost.exe)</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8501210</link><pubDate>Tue, 13 May 2008 21:48:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8501210</guid><dc:creator>Dotmad (on .Net)</dc:creator><description>&lt;p&gt;One of the new and very annoying feature of Visual Studio 2008 is the WCF service host : Windows Communication&lt;/p&gt;
</description></item><item><title>Visual Studio Links #28</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8512714</link><pubDate>Fri, 16 May 2008 15:07:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8512714</guid><dc:creator>Visual Studio Hacks</dc:creator><description>&lt;p&gt;My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Microsoft Downloads: Visual Studio Team System 2008 Capabilities White Papers . Symbols Package for Windows XP Service Pack 3 . Via&lt;/p&gt;
</description></item><item><title>Weekly Web Nuggets #12</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8515838</link><pubDate>Sat, 17 May 2008 03:06:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8515838</guid><dc:creator>Code Monkey Labs</dc:creator><description>&lt;p&gt;General Disabling the Visual Studio Service Host : A new feature in Visual Studio 2008 is the WCF service host - similar to the web development server, but for WCF services. At times, this is handy...all other times, it's obnoxious. Nicholas Allen has&lt;/p&gt;
</description></item><item><title>re: Disabling the Visual Studio Service Host</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8518919</link><pubDate>Mon, 19 May 2008 14:07:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8518919</guid><dc:creator>Lars Wilhelmsen</dc:creator><description>&lt;p&gt;Hi Nicholas,&lt;/p&gt;
&lt;p&gt; I made a comment on how to do the direct opposite some time back;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://sral.org/blogs/larsw/archive/2007/10/26/upgrade-a-visual-studio-2008-class-library-project-to-support-the-wcf-test-client.aspx"&gt;http://sral.org/blogs/larsw/archive/2007/10/26/upgrade-a-visual-studio-2008-class-library-project-to-support-the-wcf-test-client.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; In the SP1 beta, it is not enough to just remove the ProjectGuid to disable the automatic hosting of the WCF Service.&lt;/p&gt;
&lt;p&gt; Now, on the Startup Project option page (for the Solution) it is now possible to set &amp;quot;Current Selection&amp;quot;, that is - if you have a file selected in a project, it will use that one as the startup project.&lt;/p&gt;
&lt;p&gt; To get rid of the auto hosting feature, I also removed this section from the bottom of the project file:&lt;/p&gt;
&lt;p&gt; &amp;lt;ProjectExtensions&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;VisualStudio&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FlavorProperties GUID=&amp;quot;{3D9AD99F-2412-4246-B90B-4EAA41C64699}&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;WcfProjectProperties&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;AutoStart&amp;gt;True&amp;lt;/AutoStart&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/WcfProjectProperties&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/FlavorProperties&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/VisualStudio&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/ProjectExtensions&amp;gt;&lt;/p&gt;
&lt;p&gt; Regards,&lt;/p&gt;
&lt;p&gt; Lars Wilhelmsen&lt;/p&gt;</description></item><item><title>VS2008: Disabilitare l'host di WCF</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8541771</link><pubDate>Sat, 24 May 2008 00:38:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8541771</guid><dc:creator>di .NET e di altre Amenit</dc:creator><description>&lt;p&gt;VS2008: Disabilitare l'host di WCF&lt;/p&gt;
</description></item><item><title>How can I disable WcfSvcHost?</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#8554827</link><pubDate>Tue, 27 May 2008 16:14:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8554827</guid><dc:creator>Mehran Nikoo's Notes</dc:creator><description>&lt;p&gt;When we create a WCF application using some of the built-in WCF project templates (such as WCF Service&lt;/p&gt;
</description></item><item><title>Disabling the Visual Studio Service Host</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#9320836</link><pubDate>Thu, 15 Jan 2009 16:47:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9320836</guid><dc:creator>Zuker On Foundations</dc:creator><description>&lt;p&gt;Via this post . If you haven&amp;amp;#39;t experienced it yet, there&amp;amp;#39;s a project template for WCF in VS2008&lt;/p&gt;
</description></item><item><title>Weekly Web Nuggets #12</title><link>http://blogs.msdn.com/drnick/archive/2008/05/12/disabling-the-visual-studio-service-host.aspx#9440909</link><pubDate>Mon, 23 Feb 2009 06:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9440909</guid><dc:creator>Code Monkey Labs</dc:creator><description>&lt;p&gt;General Disabling the Visual Studio Service Host : A new feature in Visual Studio 2008 is the WCF service host - similar to the web development server, but for WCF services. At times, this is handy...all other times, it's obnoxious. Nicholas Allen has&lt;/p&gt;
</description></item></channel></rss>