Welcome to Windows Communication Foundation (WCF)
Top Tasks :

WCF Community Bloggers

Wednesday, May 21, 2008 - Posts

  • The ]inbetween[ event - very cool!

    OK, this is really cool: http://www.devfish.net/articles/inbetween/ It appears that Microsoft, having reserved the convention center for the two weeks of Tech Ed (Dev week and IT Pro week), is allowing the user groups in the region to take advantage of the idle space in the intervening weekend. That is so cool!! But now, to be fair, Microsoft should provide two days of conference center space and AV in <insert your city here> , don't you think? :) Read More...
  • Disabling WcfSvcHost.exe when debugging projects

    One of the many new WCF features in Visual Studio 2008 SP1 is a mechanism to control whether the built-in WCF test host application (WcfSvcHost.exe) should automatically launch when debugging other projects in a solution. Prior to this release, there was no way to control this without disabling WcfSvcHost.exe by removing the special ProjectTypeGuid that controls this feature from the .csproj file . Now, you can simply right click on your WCF Service Library and select Properties. Then in the project properties area you should find a tab called WCF Options, which looks like this: Simply uncheck the box to disable the WcfSvcHost.exe from starting when debugging other projects within your solution (such as your own custom host application). However, if you attempt debug the WCF Service Library directly (as the startup project), the WcfSvcHost.exe will still launch in that case. Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us