I upgraded my site from 7.4.2 to 8.0.3. No errors during update, until I tried to access the website. Here is message:
I got the error in log file.
Could not load type System.TypeLoadException: Could not load type 'DotNetNuke.HttpModules.Config.RewriterConfiguration' from assembly 'DotNetNuke.HttpModules, Version=8.0.3.5, Culture=neutral, PublicKeyToken=null'.
at iFinity.DNN.Modules.FriendlyUrl.RewriteController.IdentifyByRegEx(String absoluteUri, String queryString, String applicationPath, UrlAction result, FriendlyUrlSettings settings)
at iFinity.DNN.Modules.FriendlyUrl.UrlRewriteModule.CheckForRewrite(String fullUrl, String queryString, UrlAction result, Boolean useFriendlyUrls, NameValueCollection queryStringCol, FriendlyUrlSettings settings, Boolean& isPhysicalResource)
at iFinity.DNN.Modules.FriendlyUrl.UrlRewriteModule.ProcessRequest(HttpContext context, HttpRequest request, HttpServerUtility Server, HttpResponse response, Boolean useFriendlyUrls, String requestType, Uri requestUri, UrlAction result, NameValueCollection queryStringCol, FriendlyUrlSettings settings)
Can anyone help?