Adoxio / xRM-Portals-Community-Edition

The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
MIT License
107 stars 60 forks source link

Adxstudio.Xrm.Services.CrmOnlineOrganizationService.TransalteErrorMessageAndReprocessException - NullReferenceException #89

Open fainelia opened 5 years ago

fainelia commented 5 years ago

We are getting this error often: Exception information: Exception type: NullReferenceException Exception message: Object reference not set to an instance of an object. at Adxstudio.Xrm.Services.CrmOnlineOrganizationService.TransalteErrorMessageAndReprocessException(Exception ex) in D:\a\3\s\Framework\Adxstudio.Xrm\Services\CrmOnlineOrganizationService.cs:line 405 at Adxstudio.Xrm.Services.CrmOnlineOrganizationService.Execute(OrganizationRequest request) in D:\a\3\s\Framework\Adxstudio.Xrm\Services\CrmOnlineOrganizationService.cs:line 289

it happens due to missing Null check below, in the method called: private static Dictionary<string, string> TransalteErrorMessageAndReprocessException(Exception ex)

image