Solved – System.ArgumentNullException: Value cannot be null.Parameter name: SandboxAppDomainHelper.Execute: The plug-in type could not be found in the plug-in assembly in Dynamics 365
Views (3332)
We got the below error while in one of our plugin assemblies.
As it turned out we were referencing the latest, version 9 Dynamics 365 assemblies in our plugin project, against our Dynamics 365 Environment which was still in version 8.2.
Adding the appropriate NuGet Package (i.e. 8.2.0.0) fixed the issue for us.
The helpful post
Hope it helps..
This was originally posted here.
*This post is locked for comments