Trying to upgrade from 4.9.5 to 5.5.1 on a hosted enviroment.
I'm following the "Suggested upgrade Path" described in the dotnetnuke wiki. (started upgrading from version 4.9.2 up to 4.9.6 and everything went fine) .
When adding version 5.5.1 and accessing /Install/Install.aspx?mode=upgrade i get a "Runtime Error"
Server Error in '/' Application.
Compiler Error Message: BC30002: Type 'Web.HttpResponse' is not defined.
Source Error:
|
Line 32: Implements System.Web.IHttpHandler Line 33: Line 34: Private Sub RenderToResponseStream(ByVal Response As Web.HttpResponse, ByVal controller As XmlController) Line 35: ' save script timeout Line 36: Dim scriptTimeOut As Integer = HttpContext.Current.Server.ScriptTimeout
|
Source File: ....\App_Code\XML\Handlers\download.vb
Line: 34
The server is running ASP.NET 3.5 in classic mode.
The database is a MSSQL 2008 (I don't have any way to access the database)
There is no change to <system.codedom /><compilers /> section of web.config that indicate change to ASP.NET 3.5.
Do I change the web.config manually to make it run or do I rollback to 4.9.5?
The following files exist in the sqldataprovider folder:
InstallCommon.sql, InstallMembership.sql, InstallProfile.sql, InstallRoles.sql