Hello,
We just ugrade from 4.5.1 to 4.9.4 and now we want to upgrade our website to 5.5.1
I unzip the upgrade package to my dnn wolder, update the release config (sql connection and app string, mahinekey), rename it in web.config.
During the upgrade process i got the following error
Parser Error Message: Impossible de charger le type 'DotNetNuke.HttpModules.Analytics.AnalyticsModule' à partir de l'assembly 'DotNetNuke.HttpModules'. (C:\IntranetRecette\web.config line 100)
Source Error:
Line 98: <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
Line 99: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 100: <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" />
Line 101: </httpModules>
Line 102: <httpHandlers>
As i think the modules is not installed, i put the string under comment, and i get another error, a little bit after ...
Compiler Error Message: BC30451: Le nom 'Host' n'est pas déclaré.
Source Error:
Line 123:
Line 124: If Request.IsAuthenticated = True Then
Line 125: Select Case Convert.ToString(Host.AuthenticatedCacheability)
Line 126: Case "0" : Response.Cache.SetCacheability(HttpCacheability.NoCache)
Line 127: Case "1" : Response.Cache.SetCacheability(HttpCacheability.Private)