At one of our production instance that is CRM 2013 Online we are getting following error in ajax call's (POST) error handler (XHR.responseText):
"error": { "code": "-2147220970", "message": { "lang": "en-US", "value": "System.TypeLoadException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #0EBC6CBF" } } }
The .NET plugin code in question is working fine on our 2013 on-premise development instance with SP1 UR2 installed. I also checked the version number and both Online production isntance and On-premise development instance are set to 6.1.2.112 version.
The plugin code is written in C# and deployed as an assembly over the Dynamics CRM. As this is happening on CRM Online I fear I can't debug the code or take traces of it?
Technical Account
. Can you please point towards any resource for this? – Khadim Ali