hi im using dynamics 365 crm 2016 on-premise and try to register custom plugin which is work inside workflow.
i want to get description inside Case (which is created by email) and remove all html tag from it. using HtmlAgilityPack package ,its help me to remove all html tags.but as you can see it's third party tools.
in first try i copy this dll to "/server/bin/assembly/" , but not working
in second try i use ILMerge and combine this dll to my plugin , but not working either and when my process try to work give me below error:
Could not load file or assembly 'HtmlAgilityPack, Version=1.11.24.0, Culture=neutral, PublicKeyToken=-------------------' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).
i really appreciated if someone give me some clue .