Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Just upgraded my site from 7.4.2 to 7.4.3 and then went to install SEO Checker and it's completely broke the site.
Please see the screen shot below, seems to be a problem with HtmlAgilityPack and SEOChecker.Validators
HtmlAgilityPack version i think on 7.4.3 is 1.4.9.0
Do i need to revert the HtmlAgilityPack DLL to 1.4.5.0?? Tried to do this via Nuget but no luck. Any ideas?
OK found this link and seems to fix it :) http://soetemansoftware.nl/news/seochecker-and-umbraco-73
Great you found it :)
You should have the assembly binding in web.config
<dependentAssembly> <assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.4.9.0" newVersion="1.4.9.0" /> </dependentAssembly>
This just saved me. Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
SEO Checker install on upgraded Umbraco 7.4.3
Hi
Just upgraded my site from 7.4.2 to 7.4.3 and then went to install SEO Checker and it's completely broke the site.
Please see the screen shot below, seems to be a problem with HtmlAgilityPack and SEOChecker.Validators
HtmlAgilityPack version i think on 7.4.3 is 1.4.9.0
Do i need to revert the HtmlAgilityPack DLL to 1.4.5.0?? Tried to do this via Nuget but no luck. Any ideas?
OK found this link and seems to fix it :) http://soetemansoftware.nl/news/seochecker-and-umbraco-73
Great you found it :)
You should have the assembly binding in web.config
This just saved me. Thanks!
is working on a reply...