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 compilation error from 5.2 to 5.3 Any answers?Upgrade compilation error from 5.2 to 5.3 Any answers?
Previous
 
Next
New Post
3/17/2010 3:25 PM
 

I have just carried out the standard upgrade from 5.2 to 5.3 on completion I received the following application error has anyone got any suggestions or experienced a similar problem? 

 

 

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

 
New Post
3/17/2010 5:20 PM
 

 I have the same issue this morning. Waiting for the answer. Thank you.

 
New Post
3/17/2010 5:45 PM
 

Same issue here

 
New Post
3/17/2010 7:14 PM
 

 

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.HttpResponse
 
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)
 
New Post
3/18/2010 2:57 AM
 

Thanks Ken, that's sorted the upgrade problem out; everything is working as it should now.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade compilation error from 5.2 to 5.3 Any answers?Upgrade compilation error from 5.2 to 5.3 Any answers?


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