WCF Debugging Tip
WCF Debugging from Silverlight client-side:
WebRequest.RegisterPrefix("http://", WebRequestCreator.ClientHttp);
Also, turn on debugging in the WCF service Web.config. You'll get detailed inner exception information. In the <serviceBehaviors> region:
<serviceDebug includeExceptionDetailInFaults="true" />

My name is James Still and I'm a seasoned software developer living and working in Oregon USA. I'm an avid cyclist, backpacker, reader, stargazer, and I pick at the guitar from time to time. 
