Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade from 5.2.0/2 to 5.5.1Upgrade from 5.2.0/2 to 5.5.1
Previous
 
Next
New Post
11/12/2010 4:31 AM
 
We're trying to upgrade to 5.5.1. We followed the steps in the post on upgrading - copied files over and started the domain.com/install/install.aspx?mode=upgrade script. We got a server error message, so changed config to give remoteerrors some details to work off: The following error occured:

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

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: ...\public_html\App_Code\XML\Handlers\download.vb    Line: 34

How do we fix this?
Shouldn't the automatic upgrade process work better?



Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618

The Wellness Coach - being proactive about health! Without our health we have nothing. Check your wellness score on www.healthwellness.co.za
 
New Post
11/12/2010 4:45 AM
 
Thanks to Kenneth Haynes post on 'How do I remove the XML module?' I saw this:

I was able to fix the problem in this way: Find the download.vb file in the App_Code\XML\Handlers directory Edit line 34 from: Private Sub RenderToResponseStream(ByVal Response As Web.HttpResponse, ByVal controller As XmlController) TO: Private Sub RenderToResponseStream(ByVal Response As System.Web.HttpResponse, ByVal controller As XmlController) NOTE: You simply need to fully qualify the Web.HttpResponse as a System.Web.HttpRespone You will also need to edit line 89 from: Private Sub handleAuthenticateRequest(ByVal context As Web.HttpContext) To: Private Sub handleAuthenticateRequest(ByVal context As System.Web.HttpContext)

This fixed our problem.


The Wellness Coach - being proactive about health! Without our health we have nothing. Check your wellness score on www.healthwellness.co.za
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade from 5.2.0/2 to 5.5.1Upgrade from 5.2.0/2 to 5.5.1


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out