Applies to Product – Microsoft Dataverse
What’s happening?
The located assembly's manifest definition does not match the assembly reference, resulting in errors when attempting to load specific plugins.
Reason:
The primary cause of this is that the server originally had the assembly 'Microsoft.Identity.Client', but it has since been removed. Microsoft cannot guarantee that the assembly referenced by the client will always be present on the server.
Resolution:
To resolve this, it is recommended to merge all necessary assemblies into a customized assembly. This approach ensures that the required references are included, allowing the plugins to function correctly. Additionally, it is suggested to refer to the public documentation for guidance on writing and registering plugins, as well as using packages for building and packaging plugin code.
