When installing Umbraco at a Win2003 server with a real SQL Server DB, i get this error at step5:
The file '/umbraco/developer/packages/LoadNitros.ascx' does not exist.
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
The file '/umbraco/developer/packages/LoadNitros.ascx' does not
exist.
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.Web.HttpException: The file
'/umbraco/developer/packages/LoadNitros.ascx' does not exist.
Source
Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Take a look and see if /umbraco/developer/packages/LoadNitros.ascx is there, if not, go and download umbraco again and unzip back over (if you changed the web.config already, then you might as well save the db connection line so you dont have to put it in again): http://www.codeplex.com/umbraco
Installation Problem
Hi
When installing Umbraco at a Win2003 server with a real SQL Server DB, i get this error at step5:
The file '/umbraco/developer/packages/LoadNitros.ascx' does not exist. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
The file '/umbraco/developer/packages/LoadNitros.ascx' does not exist.
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.Web.HttpException: The file '/umbraco/developer/packages/LoadNitros.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Anyone who knows what i can do?
Running:
Win2003 server
IIS v 5
Take a look and see if /umbraco/developer/packages/LoadNitros.ascx is there, if not, go and download umbraco again and unzip back over (if you changed the web.config already, then you might as well save the db connection line so you dont have to put it in again): http://www.codeplex.com/umbraco
is working on a reply...