Thursday 6 September 2018

Dynamics CRM: SandboxAppDomainHelper.Execute


With upgrade of Dynamics CRM after 2016 some time we faced different kind to strange issue.
Recently I had faced issue in one of our running plugins.

Error: -
Parameter name: SandboxAppDomainHelper.Execute: The plug-in type could not be found in the plug-in assembly: MyAssemblyName

Dynamics CRM Version: -











After debugging and doing different R&D we find there is no issue in our plugin code.
Issue was occurred due to Microsoft update. If you find this kind of error fellow below steps. Hope this will also works for you.

Resolution Steps: -
1.        Update below reference in “MyPluginName” assembly with version 9.0
·         Microsoft.Crm.Sdk.Proxy
·         Microsoft.Xrm.Sdk
2.       Update assembly using plugin registration tool.
3.       Update below reference in “MyPluginName” assembly with version 8.2.0.0
·         Microsoft.Crm.Sdk.Proxy
·         Microsoft.Xrm.Sdk
4.       Update assembly using plugin registration tool.
5.       Disable and again enable below step
I had used Nuget “Microsoft.CrmSdk.CoreAssemblies” package.


Share your comment and follow blog to be updated.
Happy CRM!!

No comments:

Post a Comment

Field Security Profile - Based on Owner

 Recently received requirement related to Field security profile. Expectation : - 1.       Set to users need access of secure attributes. 2....

Test