When ever I try to update a record(there is a plugin on update of the record), a plugin error occurs which says "unable to load plugin assembly" and when I download the Error Log file, the message reads as Assembly ******.dll could not be loaded. I have also tried to unregister the plugin using Admin credentials and it gave the same error as 'Unable to Load Plugin Assembly'. Please help me out.
*This post is locked for comments
For testing purpose, can you Disable the Step associated with the Plugin (In you case Update Message)
Create another Plugin and Register it, provide a step for Update Message of your Entity. Can you see if the Plugin runs as expected.
Thanks
is the plugin installed on the server rather than on the database.
if it's on the server you have to overwrite the specific file on the server. I would recommend you upload the database to the database.
Try all the above first, but if you are using CRM Online the best away i found to make this kind of plugins to work was, to make a WebService with all the methods and then make a plugin to call them.
This is not a very standard development but due to the limitations of CRM Online is a solution....
Thanks,
Tiago Santos
Is your issue resolved?
if not, there is another way you can fix this issue by using ILMerge.
www.codeproject.com/.../Merging-NET-assemblies-using-ILMerge
www.microsoft.com/.../details.aspx
Thanks,
Vijay
Are you referring any third party dll here, if yes, you need to add that assembly in GAC.
Thanks,
Vijay
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156