I have a website which contains a small Silverlight plugin that calls a very simple WCF service to save values in Session.
It works fine on my PC and works ok only on my computer on the server (hosting provider). I noticed that for all machines that have Silverlight Developer Edition installed my Silverlight app works fine, however for all machines that have Silverlight Generic Edition installed my application fails when calling WCF service with the following message:
Additional information: [MessageXmlProtocolError]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the…
I have crossdomain.xml and clientaccesspolicy.xml files in place which should be correct and I am using basicHttpBinding with no security. Also, there is no issues with developer editions. Can anyone help? (Silverlight version = 4)
I just added some code that changes wcf service url to make sure it runs on the correct server. This fixed the problem