I was trying to regenerate a Silverlight proxy, but I kept getting this error: Turns out, Win 7 sometimes adds an <extendedProtectionPolicy policyEnforcement="Never" /> element to your Web.config. Here’s the workaround according to the Silverlight Web Services team: On Windows 7, when you use the Silverlight-enabled WCF Service item template, an <extendedProtectionPolicy /> element may be generated in Web.config. This element is not supported by Silverlight. Simply remove the element...
Last night (July 22, 2008) I presented on Windows Communication Foundation vs. Web Services at the Kansas City .NET User Group. I talked about Web Services, and how they existed in the .NET 2.0 Framework, and compared them to the new WCF framework in .NET 3.0 and 3.5. There was a turnout of 57 developers, and Modis brought Gates BBQ! I've uploaded the presentation to my SkyDrive here. Many thanks to everyone who showed up to hear me ramble! Technorati Tags: Windows Communication Foundation,WCF,Web...