Dear Experts,
Kindly note that I successfully imported the CRM organization from CRM 2011 > CRM 2013 SP1 > CRM 2015, but when I tried to open the CRM web application, the following error occurred: "Unable to load plug-in type" and in the event viewer the following exception details entry is created:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 30/06/2017 15:01:42
Event time (UTC): 30/06/2017 13:01:42
Event ID: b02b6f17b28948fcb34864136ff95ffc
Event sequence: 37340
Event occurrence: 1
Event detail code: 0
Exception information:
Exception type: CrmException
Exception message: Unable to load the plugin type: Microsoft.Crm.ObjectModel.AddressComputationPlugin
at Microsoft.Crm.Application.Platform.ServiceCommands.PlatformCommand.XrmExecuteInternal()
at Microsoft.Crm.Application.Platform.ServiceCommands.RetrieveCommand.Execute()
at Microsoft.Crm.Application.Controls.NavBar.GetCurrentUserProfileImageUrl()
at Microsoft.Crm.Application.Controls.NavBar.ConfigureHeader()
at Microsoft.Crm.Application.Components.UI.CrmUIControlBase.ConfigureControlInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Request information:
Request URL: http://<CRMServerName>/<OrgName>/main.aspx
Request path: /<OrgName>/main.aspx
User host address: 22.1.66.104
User: <DomainName>\<UserName>
Is authenticated: True
Authentication Type: Negotiate
Thread account name: <DomainName>\<UserName>
Thread information:
Thread ID: 42
Thread account name: <DomainName>\<UserName>
Is impersonating: False
Stack trace: at Microsoft.Crm.Application.Platform.ServiceCommands.PlatformCommand.XrmExecuteInternal()
at Microsoft.Crm.Application.Platform.ServiceCommands.RetrieveCommand.Execute()
at Microsoft.Crm.Application.Controls.NavBar.GetCurrentUserProfileImageUrl()
at Microsoft.Crm.Application.Controls.NavBar.ConfigureHeader()
at Microsoft.Crm.Application.Components.UI.CrmUIControlBase.ConfigureControlInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The above error occurred even when I try to open the plugin registration Tool and when enabling the Trace.
Note that the section mentioned in this link is already there:
<dependentAssembly>
<assemblyIdentity name="Microsoft.Xrm.Sdk" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="4.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
</dependentAssembly>
Any help is highly appreciated.
Charles.
*This post is locked for comments