Could not find file 'C:\inetpub\wwwroot\CMSumbraco\App_Data\preview\0_a11ca619-28af-4622-a9a5-cdf89141c07b.config'.
Installed product using Windows Ultimate Vista, .NET 4, Visual Studio 2010 selected the personal starter kit and SQL CE 4. This is first time to load product. Installed to host localhost:6555. The install process appears to complete properly until step 6 where I select preview and the following error occurs. It appears to be an object that should be in the preview folder under APP_Data folder. In IIS I granted the app_pool full control and still receive the error. Can anyone please help? I'll have to go elsewhere for a product if i can't resolve this. I want this product!!
Thanks in advance.
Here is the full error message:
Could not find file 'C:\inetpub\wwwroot\CMSumbraco\App_Data\preview\0_a11ca619-28af-4622-a9a5-cdf89141c07b.config'.
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.FileNotFoundException:
Could not find file
'C:\inetpub\wwwroot\CMSumbraco\App_Data\preview\0_a11ca619-28af-4622-a9a5-cdf89141c07b.config'.
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.
Could not find file 'C:\inetpub\wwwroot\CMSumbraco\App_Data\preview\0_a11ca619-28af-4622-a9a5-cdf89141c07b.config'.
Installed product using Windows Ultimate Vista, .NET 4, Visual Studio 2010 selected the personal starter kit and SQL CE 4. This is first time to load product. Installed to host localhost:6555. The install process appears to complete properly until step 6 where I select preview and the following error occurs. It appears to be an object that should be in the preview folder under APP_Data folder. In IIS I granted the app_pool full control and still receive the error. Can anyone please help? I'll have to go elsewhere for a product if i can't resolve this. I want this product!!
Thanks in advance.
Here is the full error message:
Could not find file 'C:\inetpub\wwwroot\CMSumbraco\App_Data\preview\0_a11ca619-28af-4622-a9a5-cdf89141c07b.config'.
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.FileNotFoundException: Could not find file 'C:\inetpub\wwwroot\CMSumbraco\App_Data\preview\0_a11ca619-28af-4622-a9a5-cdf89141c07b.config'.
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Request Details
Trace Information
Could not find file 'C:\inetpub\wwwroot\CMSumbraco\App_Data\preview\0_a11ca619-28af-4622-a9a5-cdf89141c07b.config'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at umbraco.presentation.UmbracoContext.GetXml()
at umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Control Tree
Session State
Application State
Request Cookies Collection
Response Cookies Collection
Headers Collection
Response Headers Collection
Form Collection
Querystring Collection
Server Variables
Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Hi Byron
What version of Umbraco are you trying to install? And how are you trying to install it?
Have you downloaded the binaries from codeplex or are you using webmatrix or how are you doing it?
/Jan
Jan,
I used the WebPI process.
BC
I am encountering the same issue on Windows 7, x64, .NET 4.0... using 4.7.0 binaries from codeplex.
Only diff with mine is the filename: 0_7e50dba3-2772-47db-add3-00b2f1046871
I am trialing Umbraco and this is not a good start!
is working on a reply...