Trace logs filling up with the following, getting one several times a minute.
SEOChecker.HttpModules.UrlModule
SEOChecker: Error in PageNotFound Module
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Web.Routing.DefaultUrlProvider.GetUrl(UmbracoContext umbracoContext, Int32 id, Uri current, UrlProviderMode mode)
at Umbraco.Web.Routing.UrlProvider.<>c__DisplayClass3.<GetUrl>b__0(IUrlProvider provider)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at Umbraco.Web.Routing.UrlProvider.GetUrl(Int32 id, Uri current, UrlProviderMode mode)
at SEOChecker.Core.Repository.PageNotFound.PageNotFoundResult.get_ValidForRedirect()
at SEOChecker.HttpModules.UrlModule.(Object , EventArgs )
Error in PageNotFound Module
Umb V7.3.3, SEO Checker V1.9.4
Trace logs filling up with the following, getting one several times a minute.
SEOChecker.HttpModules.UrlModule
Any help appreciated
Hi Craig,
Make sure seochecker.MVC.dll is in the /bin folder.
Best,
Richard
Hi Richard,
It is.
Craig
Just bumping this to hopefully get an answer.
I'm working on the same project as Criag so exact same error... still no solution.
is working on a reply...