Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • kct 1 post 21 karma points
    Feb 04, 2012 @ 17:01
    kct
    0

    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:

    [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
    
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 04, 2012 @ 22:31
    Jan Skovgaard
    0

    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

  • Edwin 1 post 21 karma points
    Feb 10, 2012 @ 21:40
    Edwin
    0

    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

     

     

  • 2 Baud Guys 1 post 21 karma points
    Jul 01, 2012 @ 00:31
    2 Baud Guys
    0

    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.

  • Chris Koiak 700 posts 2626 karma points
    Jul 02, 2012 @ 13:51
    Chris Koiak
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft