Could not load file or assembly 'HtmlAgilityPack, Version=1.4.5.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
What gives ? :) I got the HtmlAgilityPack.dll in my bin folder.
I think 6.1.3 upgraded the HtmlAgilityPack version, but you might have a package that still relies on the old version. Check the release page for a potential workaround.
HtmlAgilityPack error Umbraco v6.1.3
I always get this error:
Could not load file or assembly 'HtmlAgilityPack, Version=1.4.5.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
What gives ? :) I got the HtmlAgilityPack.dll in my bin folder.
Hi Andreas,
I think 6.1.3 upgraded the HtmlAgilityPack version, but you might have a package that still relies on the old version. Check the release page for a potential workaround.
-Tom
Thanks it helped
is working on a reply...