Hi all, I have been trying to get 4.3.1, and now 4.0.3 working for a week, with no luck :( On 4.3.1 I get to the point of a null reference exception where it is first using the Respone object, which there is code in another thread. So I thought I would go back to 4.0.3.
This is a clean install on a separate computer (it does this on two completely different computers). I have IIS 5.1, MSSQL 2000 and 4.0.3 Install version, DotNet 2 and XP SP2.
Server Error in '/DNN' 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 72:
Line 73: 'check if this is an "html" file
Line 74: If Request.Url.LocalPath.ToLower.EndsWith(".html") Then
Line 75: Exit Sub
Line 76: End If
|
Source File: D:\My Documents\My Projects\DNN\App_Code\Global.asax.vb Line: 74
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +1132
System.Web.Hosting.ISAPIWorkerRequest.GetServerName() +15
System.Web.HttpRequest.get_Url() +282
DotNetNuke.Common.Global.CheckVersion() in D:\My Documents\My Projects\DNN\App_Code\Global.asax.vb:74
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) in D:\My Documents\My Projects\DNN\App_Code\Global.asax.vb:263
|
I get similar on IIS 5.1, SQL Express, DotNet 2, XP SP2.
Any help appreciated as this is two different computers and similar problems between 4.3.1 and 4.0.3! I have a database on both, which is accessible.
BTW - for 4.3.1, the Starter Kit works fine, just not the Install version :(
Thans!