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...
For those of you who attended my Oct. 23, 2007, 6:00pm presentation (and even those of you who didn't) on Windows Presentation Foundation with a focus on XAML and the Provider Model, I promised to put some links up for your reference. I'm trying to upload the actual PowerPoint presentation , but I don't think the GWB upload tool likes pptx's, or zip files for that matter. To give a brief description of presentation I gave, I talked about WPF, XAML, code-behind (using C#) and the Provider Model. WPF...