Yes it different, it uses a patched version. See https://code.google.com/p/abot/issues/detail?id=77&can=1&q=htmlagilitypack
I created https://github.com/sjdirect/abot/issues/25 to investigate if this was still a problem with the nuget version.
Steven
Why is HtmlAgilityPack inside the NuGet package? Is it different version than this https://www.nuget.org/packages/HtmlAgilityPack ?
--
You received this message because you are subscribed to the Google Groups "Abot Web Crawler" group.
To unsubscribe from this group and stop receiving emails from it, send an email to abot-web-crawl...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have version 1.4.8 of HTMLAgilityPack installed because I use it for other parts of my project. If I use Abot with HTMLAgilityPack installed, I get errors, but without it everything works fine. Is this because of the previous version being bundled with Abot? and is there anything I can do about it? error message is below. Thanks :)
_message = "Field not found: 'HtmlAgilityPack.HtmlDocument.OptionMaxNestedChildNodes'."