Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Neil Hodges 338 posts 987 karma points
    Jun 29, 2016 @ 14:06
    Neil Hodges
    0

    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?

    enter image description here

  • Neil Hodges 338 posts 987 karma points
    Jun 29, 2016 @ 14:13
    Neil Hodges
    0

    OK found this link and seems to fix it :) http://soetemansoftware.nl/news/seochecker-and-umbraco-73

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 30, 2016 @ 05:55
    Richard Soeteman
    0

    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>
    
  • Brittany Dufort 4 posts 25 karma points
    Jul 11, 2016 @ 20:09
    Brittany Dufort
    0

    This just saved me. Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft