Copied to clipboard

Flag this post as spam?

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


  • Will 3 posts 73 karma points
    Aug 24, 2020 @ 16:07
    Will
    0

    SEOChecker NullReferenceException

    I’ve just installed SEOChecker on Umbraco 7.12.5 and I’m seeing a NullReferenceException in the back office area.

    SEOChecker NullReferenceException

    I installed SEOChecker via Nuget, using version 2.2.5 and was trying it locally on localhost so don’t need a license. Also, our site has multiple homepages in different languages, if that makes a difference. Has anyone seen this before? Thanks.

  • Will 3 posts 73 karma points
    Aug 31, 2020 @ 19:38
    Will
    0

    I ended up fixing this issue by registering the SEOChecker controllers with Autofac in the OnApplicationStarted event/method. e.g:

    builder.RegisterApiControllers(typeof(SEOChecker.Controllers.TreeApiController).Assembly);
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies