Month

Your search for 05/2010 returned 2 results.


PDX Code Camp Session: WP7 Tips & Tricks

I presented the Windows Phone 7 Tips & Tricks session with Allen Newton yesterday at Portland Code Camp.  Good times.  In our talk we showed a sample application "PDX Chow" that demonstrates a number of phone development concepts: MVVM architecture with Laurent Bugnion's MVVM Light Panorama control Inversion of Control / Dependency Injection ...

Read More


System.ServiceModel.ProtocolException: An HTTP Content-Type header is required

The full exception message is “An HTTP Content-Type header is required for SOAP messaging and none was found.”. If you’re writing a WCF service that returns Entity Framework entities, you may run into this error in your client application. To correct it, open your EDMX file in the service project and change the Lazy Loading Enabled property to False. It ...

Read More