Looking for PowerObjects? Don’t worry, you’re in the right place! We’ve been part of HCL for several years, and we’ve now taken the final step in our acquisition journey: moving our website to the HCL domain. Nothing else is changing – we are still fanatically focused on Microsoft Business Applications!

PowerObjects Blog 

for Microsoft Business Applications


Can't Access Organizations after CRM 2011 Update Rollup 10? Here's a Fix

Post Author: Joe D365 |

You may already be taking advantage of some of the changes in the CRM 2011 Update Rollup 10, including being able to optimize performance of CRM 2011 quick find queries. However, after installing Update Rollup 10 for Microsoft Dynamics CRM 2011, you may experience a problem where none of your organizations are accessible. That's what we're going to cover in this post.

When attempting to login, you will see the following screen:

An error has occurred.

Try this action again. If the problem continues, check the Microsoft Dynamics CRM Community for solutions or contact your organization's Microsoft Dynamics CRM Administrator. Finally, you can contact Microsoft Support.

System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Crm.MainApplication.Application_Error(Object sender, EventArgs eventArguments)

Additionally, when looking at the event viewer, you will notice the following entry under a warning for ASP .NET:

Exception information:

Exception type: MissingMethodException
Exception message: Method not found: 'Boolean Microsoft.Crm.Sdk.Query.FilterExpression.get_IsQuickFindFilter()'.

This error means that it looks in the DLL and can’t find the specific method. The first thing to check is your GAC. Open c:windowsassembly, and look for Microsoft.crm.sdk. If you have 2 entries for this specific dll, you may need to remove the 5.0 version.

Update Rollup 10 error -- check for DLL duplication

Right click on Microsoft.Crm.Sdk 5.0.0.0 version, and uninstall. Then do an iisreset, and CRM 2011 should be operational again. That's it. That wasn't so bad, was it?

Happy CRM'ing!

Joe CRM
By Joe D365
Joe D365 is a Microsoft Dynamics 365 superhero who runs on pure Dynamics adrenaline. As the face of PowerObjects, Joe D365’s mission is to reveal innovative ways to use Dynamics 365 and bring the application to more businesses and organizations around the world.

10 comments on “Can't Access Organizations after CRM 2011 Update Rollup 10? Here's a Fix”

  1. Hi,

    I had the same issue with Microsoft.Xrm.Sdk, so it's worth checking that one too 🙂

    Chris

    1. HI,

      As you directed, in my CRM server the both Microsoft.Crm.Sdk 4.0 and 5.0 is missing !!

      Can you suggest how to get this DLL's ?????

      Thanks,
      Vinay Kumar.

  2. Hi,
    I have a similar error but on another method, after update Rollup 10:

    Exception type: MissingMethodException Exception message: Method not found: 'Boolean Microsoft.Crm.Admin.AdminService.CrmLicenseService.IsInvalidLicensePrivilege(System.Guid, System.Guid, Int32, Int32, Boolean)'. at Microsoft.Crm.Security.User.GetPrivilegeDepth(Guid privilegeId, IOrganizationContext context)

    Thanks,
    Geovanni.

  3. Method not found: 'Void Microsoft.Xrm.Sdk.Query.QueryExpression.set_TopCount(System.Nullable`1)

  4. Please elaborabe on why you are uninstalling the NEWEST version of the dll. That does not make sense. Further I only have the 5.0.0.0 version and obviously it does not work removing it 😉

    1. The issue occurs if you install UR 10 and the DLL in the GAC is from an old SDK. We found a few clients with this issue so our guess is that some install copied an old dll in the gac.....

PowerObjects Recommends