Hi, after a new installation of umbraco 4.7.1.1 I do get the following error
Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist.
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.IO.IOException: Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist.
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.
Stack Trace:
[IOException: Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist.
]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +9718306
System.IO.__Error.WinIOError() +33
System.IO.File.Move(String sourceFileName, String destFileName) +258
Koiak.BasicSite.usercontrols.BasicSiteInstall.Page_Load(Object sender, EventArgs e) +4252
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
How did you make the installation? Did you do it using webmatrix, or the webPI or did you just download it from codeplex and install it manually? And did you choose the embedded SQL CE or MSSQL server for the database?
I suspect this could be an issue related to permissions not having sufficient control - has the iis_iusrs been set on the Umbraco root folder and inherited all the way down?
This error relates to the favicon the starter kit is trying to move to your root. It's a non critical part of the install process and the starter kit should be otherwise fully installed.
File cannot be created if already existing
Hi, after a new installation of umbraco 4.7.1.1 I do get the following error
Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist.
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.IO.IOException: Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist.
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.
Stack Trace:
Hi KCT welcome to the community! :)
How did you make the installation? Did you do it using webmatrix, or the webPI or did you just download it from codeplex and install it manually? And did you choose the embedded SQL CE or MSSQL server for the database?
I suspect this could be an issue related to permissions not having sufficient control - has the iis_iusrs been set on the Umbraco root folder and inherited all the way down?
Looking forward to hear more from you.
/Jan
Hi Jan,
I got the same error message during installation.
1) Installation of Umbraco via Webmatrix 2 beta
2) MS SQL database (with password)
3) Selected No Starter Kit
The website is running on the localhost (a Windows XP profesional computer)
Edwin
Just got this error as well trying to install the package.
WebMatrix2, SQL 2008 R2 Express, No started kit selected initially, Win 7 64-bit.
Hi,
This error relates to the favicon the starter kit is trying to move to your root. It's a non critical part of the install process and the starter kit should be otherwise fully installed.
Cheers,
Chris
is working on a reply...