Installation error - Object reference not set to an instance of an object
Hi,
While installing umbraco 4.0.4.2 on windows server 2003 with sql 2008 express and IIS 6 I get the following error:
Server Error in '/' 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 9: <script type="text/javascript">
Line 10: function startUmbraco() {
Line 11: window.open('umbraco.aspx', 'u<%=Request.ServerVariables["SERVER_NAME"].Replace(".","").Replace("-","")%>', 'height=600,width:850,scrollbars=yes,resizable=yes,top=0,left=0,status=yes');
Line 12: }
Line 13: </script>
Dont worry, we have the problem fixed itself. unfortunately i cant remember where this was as i did so many different installations of umbraco in the past week... but all fixed. Thanks!
Installation error - Object reference not set to an instance of an object
Server Error in '/' 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 9: <script type="text/javascript"> Line 10: function startUmbraco() { Line 11: window.open('umbraco.aspx', 'u<%=Request.ServerVariables["SERVER_NAME"].Replace(".","").Replace("-","")%>', 'height=600,width:850,scrollbars=yes,resizable=yes,top=0,left=0,status=yes'); Line 12: } Line 13: </script>
Source File: c:\Inetpub\wwwroot\Default.aspx Line: 11
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614
At which step in the installation are you getting this error?
Hi,
Dont worry, we have the problem fixed itself. unfortunately i cant remember where this was as i did so many different installations of umbraco in the past week... but all fixed. Thanks!
is working on a reply...