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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Install in Vista - Response RedirectInstall in Vista - Response Redirect
Previous
 
Next
New Post
2/14/2007 10:48 AM
 
Im trying to install dnn on my vista machine, but I always get error "Response.redirect"
below is the error message

Server Error in '/DotNetNuke' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 76:                 Case Globals.UpgradeStatus.Install, Globals.UpgradeStatus.Upgrade
Line 77: If AutoUpgrade Then
Line 78: Response.Redirect("~/Install/Install.aspx?mode=Install")
Line 79: Else
Line 80: CreateUnderConstructionPage()

Source File: C:\InetPub\wwwroot\DotNetNuke\WebSite\App_Code\Global.asax.vb    Line: 78

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
System.Web.HttpHeaderCollection.SetHeader(String name, String value, Boolean replace) +121
System.Web.HttpHeaderCollection.Add(String name, String value) +49
System.Web.HttpResponse.GenerateResponseHeadersForHandler() +162
System.Web.HttpResponse.IntegratedFlush() +10
System.Web.HttpResponse.Flush(Boolean finalFlush) +107
System.Web.HttpResponse.Flush() +17
System.Web.HttpResponse.End() +106
System.Web.HttpResponse.Redirect(String url, Boolean endResponse) +498
System.Web.HttpResponse.Redirect(String url) +6
DotNetNuke.Common.Global.CheckVersion() in C:\InetPub\wwwroot\DotNetNuke\WebSite\App_Code\Global.asax.vb:78
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) in C:\InetPub\wwwroot\DotNetNuke\WebSite\App_Code\Global.asax.vb:252

[HttpException (0x80004005): Object reference not set to an instance of an object.]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +3381770
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +167
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +270
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext, IntPtr& errorMessage) +260

[HttpException (0x80004005): Object reference not set to an instance of an object.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3539851
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +669


Version Information: Microsoft .NET Framework Version:2.0.50727.312; ASP.NET Version:2.0.50727.312


Can anyone help me?
thx
 
New Post
2/14/2007 2:37 PM
 
Make sure that in IIS you have your application set to run in the "Classic" application pool.  Also, ensure that ASP.NET 2.0 is selected as the .NET runtime for the application.

-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
2/15/2007 11:03 PM
 
Thanks mitchel, it was helpful, unfortunately, I encountered another problem, and here is the error message

Server Error in '/DotNetNuke' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'DotNetNuke.HttpModules.Compression' or one of its dependencies. The system cannot find the file specified. (C:\InetPub\wwwroot\DotNetNuke\WebSite\web.config line 57)

Source Error:

Line 55:     <httpModules>
Line 56: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 57: <add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression" />
Line 58: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
Line 59: <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />

Source File: C:\InetPub\wwwroot\DotNetNuke\WebSite\web.config    Line: 57

Thx in advance
 
New Post
2/16/2007 10:11 AM
 

In your bin directory do you have a compression.dll file?  (The actual file name might not be eactly that, but it has the word compression in it, I'm not at a machine with DNN installed right now)

If it is not there you will want to either download a new copy of the install to grab the file, or remove that line from the config.  I removed it due to the fact that once I enabled compression it broke a large amount of functionality....so it really depends on if you plan on using compression.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
2/16/2007 10:29 AM
 
I really appreciate your help, and again I encountered a problem when trying to install it.
here is the error:

Installation Status Report

00:00:00.166 - Installing Version: 3.1.0
00:00:00.191 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.587 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:11.206 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:14.210 - Installing MemberRole Provider:
00:00:14.211 - Executing InstallCommon.sql
00:00:21.672 - Executing InstallMembership.sql
00:00:24.643 - Executing InstallProfile.sql
00:00:24.901 - Executing InstallRoles.sql
00:00:27.253 - Upgrading to Version: 3.1.1
00:00:38.121 - Upgrading to Version: 3.2.0
00:00:38.605 - Upgrading to Version: 3.2.1
00:00:40.102 - Upgrading to Version: 3.2.2
00:00:40.242 - Upgrading to Version: 3.2.3
00:00:50.739 - Upgrading to Version: 3.2.4
00:00:51.097 - Upgrading to Version: 3.2.5
00:00:51.401 - Upgrading to Version: 3.2.6
00:00:51.787 - Upgrading to Version: 3.2.7
00:00:51.883 - Upgrading to Version: 3.3.0
00:00:52.161 - Upgrading to Version: 3.3.1
00:00:53.059 - Upgrading to Version: 3.3.2
00:00:53.892 - Upgrading to Version: 3.3.3
00:00:54.089 - Upgrading to Version: 4.0.0
00:00:54.524 - Upgrading to Version: 4.0.1
00:00:55.125 - Upgrading to Version: 4.0.2
00:00:55.301 - Upgrading to Version: 4.0.3
00:00:55.510 - Upgrading to Version: 4.0.4
00:00:58.487 - Upgrading to Version: 4.0.5
00:00:58.558 - Upgrading to Version: 4.0.6
00:00:58.576 - Upgrading to Version: 4.0.7
00:00:58.607 - Upgrading to Version: 4.3.0
00:00:58.650 - Upgrading to Version: 4.3.1
00:00:58.756 - Upgrading to Version: 4.3.2
00:00:58.846 - Upgrading to Version: 4.3.3
00:00:58.983 - Upgrading to Version: 4.3.4
00:00:59.026 - Performing General Upgrades
00:01:00.463 - Loading Host Settings:
00:01:00.827 - Configuring SuperUser:

 


Server Error in '/DotNetNuke' Application.

Security Exception

Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:

Line 132:                    Response.Write("<h2>Installation Status Report</h2>")
Line 133: Response.Flush()
Line 134: Services.Upgrade.Upgrade.InstallDNN(strProviderPath)
Line 135:
Line 136: Response.Write("<h2>Installation Complete</h2>")

Source File: C:\InetPub\wwwroot\DotNetNuke\WebSite\Install\Install.aspx.vb    Line: 134

Stack Trace:

[SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0
System.Security.CodeAccessPermission.Demand() +59
System.IO.Path.GetFullPath(String path) +98
System.Web.Util.FileUtil.IsSuspiciousPhysicalPath(String physicalPath, Boolean& pathTooLong) +50
System.Web.Util.FileUtil.IsSuspiciousPhysicalPath(String physicalPath) +23
System.Web.CachedPathData.GetConfigPathData(String configPath) +465
System.Web.CachedPathData.GetConfigPathData(String configPath) +243
System.Web.Security.Membership.Initialize() +1153
System.Web.Security.Membership.GetUser(String username, Boolean userIsOnline) +39
System.Web.Security.Membership.GetUser(String username) +6
DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUserMembership(UserInfo& user) +21
DotNetNuke.Entities.Users.UserInfo.get_Membership() +69
DotNetNuke.Services.Upgrade.Upgrade.ParseSuperUser(XmlNode node) +243
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1175
DotNetNuke.Framework.Install.InstallApplication() in C:\InetPub\wwwroot\DotNetNuke\WebSite\Install\Install.aspx.vb:134
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) in C:\InetPub\wwwroot\DotNetNuke\WebSite\Install\Install.aspx.vb:382
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6978
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.install_install_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


Version Information: Microsoft .NET Framework Version:2.0.50727.312; ASP.NET Version:2.0.50727.312

Thank you so much.. and thanks for the quick reply too.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Install in Vista - Response RedirectInstall in Vista - Response Redirect


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