Warning - Breaking Change in HtmlAgilityPack 1.4.9.1 or greater (affects dialogue, and probably others)
I was working with Umbraco and a few other packages, and discovered that there is a breaking change when you upgrade the HtmlAgilityPack beyond 1.4.9.
I know for sure this affects Dialogue's code that removes unwanted tags
I have reported this as a bug as well over on the codeplex site for the HtmlAgilityPack. Here is the url to the bug posting for your reference in case anyone wants to vote it up.
Warning - Breaking Change in HtmlAgilityPack 1.4.9.1 or greater (affects dialogue, and probably others)
I was working with Umbraco and a few other packages, and discovered that there is a breaking change when you upgrade the HtmlAgilityPack beyond 1.4.9.
I know for sure this affects Dialogue's code that removes unwanted tags
I have reported this as a bug as well over on the codeplex site for the HtmlAgilityPack. Here is the url to the bug posting for your reference in case anyone wants to vote it up.
https://htmlagilitypack.codeplex.com/workitem/43511
This change manifests itself like this:
Server Error in '/' Application.
Method not found: 'System.Collections.Generic.IEnumerable`1
Exception Details: System.MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerable`1
Hi
Having the same problem in Dialogue. Using Umbraco 7.6.6
Do you know of a work around for this? Maybe downgrade the HtmlAgilityPack 1.4.8 maybe?
Follow-up info, 1.4.9.5 seems to work correctly in my environment now as well.
is working on a reply...