Sometimes as a team we get carried away trying to add new features to the product, when we should actually focus on improving the usability of existing features from previous releases. I've put together a list of WCF pain points that we are aware of based on what we've heard through forums, our support channels, and conversations with customers who have contacted us via this blog. I've also listed (in italics) the proposed fix we are considering in the next version of Silverlight.
What's the most annoying WCF pain point for you?
1. NotFound errors Everyone who has worked with WCF in Silverlight has probably encountered a "NotFound" CommunicationException. What is really happening is that the WCF service is returning a fault, but Silverlight cannot read it. This has been documented well and the workarounds are listed in this MSDN topic. Effectively there are two work ...
Go to the complete details ...