Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Error message on lookup fields in MS CRM 2013 after FireFox patch 48.0

more options

Our business users are receiving an error when clicking on any lookup fields in MS CRM 2013.

This started occurring in FireFox after the 48.0 update. The same web controls work fine on Internet Explorer.

We have experienced a similar problem with google Chrome in their 51.0.2704.79 m release.

Below is the generic exception:

Unhandled Exception: System.ServiceModel.FaultException`1Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35: System.NullReferenceException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9693EE1CDetail: <OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">

 <ErrorCode>-2147220970</ErrorCode>
 <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
 <Message>System.NullReferenceException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9693EE1C</Message>
 <Timestamp>2016-08-05T15:50:58.7376015Z</Timestamp>
 <InnerFault i:nil="true" />
 <TraceText i:nil="true" />

</OrganizationServiceFault>

Our business users are receiving an error when clicking on any lookup fields in MS CRM 2013. This started occurring in FireFox after the 48.0 update. The same web controls work fine on Internet Explorer. We have experienced a similar problem with google Chrome in their 51.0.2704.79 m release. Below is the generic exception: Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.NullReferenceException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9693EE1CDetail: <OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts"> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" /> <Message>System.NullReferenceException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9693EE1C</Message> <Timestamp>2016-08-05T15:50:58.7376015Z</Timestamp> <InnerFault i:nil="true" /> <TraceText i:nil="true" /> </OrganizationServiceFault>

Solution choisie

Found other community members that have experienced the same issue.

Microsoft KB: https://support.microsoft.com/en-ca/kb/3008160

Technical Explanation: http://www.crmanswers.net/2014/10/lookup-errors-with-google-chrome-38.html

Managed Solution that fixes the problem for both Chrome & FireFox: https://chrome38lookupfix.codeplex.com

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (3)

more options

That error message doesn't really seem to say anything... That's after a background request for HTML/text/xml in response to the click?

Is there any indication of an error message in Firefox's Browser Console? See: https://developer.mozilla.org/docs/Tools/Browser_Console


If there's no client-side error information, can you do anything on the server side to see whether a cookie, or HTTP header might be different between requests from Firefox 47.0.1 and Firefox 48.0? Checking the POST payload obviously is more difficult, but might be helpful.

If that doesn't flag up anything...

One standard approach to finding the specific change that triggers this problem is to find a "regression range" using nightly release of Firefox. It's an iterative process that would take some time and someone familiar with installing test versions of software with credentials to the application. Or in other words, I think you or someone at your company might need to roll up your sleeves for this one.

Some resources:

more options

Solution choisie

Found other community members that have experienced the same issue.

Microsoft KB: https://support.microsoft.com/en-ca/kb/3008160

Technical Explanation: http://www.crmanswers.net/2014/10/lookup-errors-with-google-chrome-38.html

Managed Solution that fixes the problem for both Chrome & FireFox: https://chrome38lookupfix.codeplex.com

more options

This change might get rolled back in Firefox 50, but your workaround is still needed for Firefox 49.

See: Bug 1299593 – Microsoft Dynamics CRM 2011 Lookup Error since Firefox Version 48.0.2 due to Array.prototype.values