Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Unanswered

Unable to use HtmlAgilityPack in Plugin C#

(0) ShareShare
ReportReport
Posted on by
I have a requirement to parse an Html table from a field into Json. I want to assign the table content separately to another fields.
I installed HtmlAgility Pack v 1.11.72 from nuget and am using below code:
 var doc = new HtmlDocument();
            doc.LoadHtml(html);
            var tableNode = doc.DocumentNode.SelectSingleNode(///table/);
            if (tableNode != null)
            {
                var rows = tableNode.SelectNodes(/.//tr/);
            }
 
I don't get any error during compilation. But once the assembly is update, and plugin executes, I am getting following error.
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: Could not load file or assembly 'HtmlAgilityPack, Version=1.11.72.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The system cannot find the file specified. (Fault Detail is equal to Exception details:
ErrorCode: 0x80040265
Message: Could not load file or assembly 'HtmlAgilityPack, Version=1.11.72.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The system cannot find the file specified.
TimeStamp: 2024-01-29T10:41:40.1669805Z
OriginalException: PluginExecution
ExceptionSource: PluginExecution
 
I have checked after the code build, the htmlagility dll is present in the bin folder. I am unable to understand the issue, please help me

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans