Blog Archives

oData call debugging.

  If you find yourself looking at error responses from the WCF data service  that only tell you ‘An error occurred while processing this request’ from a WCF Data Service then… Just add:             config.UseVerboseErrors = true; to the method:

Tagged with: , , ,
Posted in DataService, oData, Silverlight, WP7