If you follow the
suggested Upgrade Paths from Will Strohl, you will notice that you may experience a few issues within the XML module. I was using
DotNetNuke 5.2.3 at one of my websites and i decided to upgrade it to
DotNetNuke 5.4.1 last night. However, upgrade script failed with following 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: C:\Websites\mikroproje\App_Code\XML\download.vb Line: 34
The trouble was coming from download.vb file and i couldn't manage to solve it by modifying line 34. Instead, i decided to go with renaming
download.vb to
download.vb.old. Then upgrade script ran flawlessly.