shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.getStackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.Hosting.PipelineRuntime.StopProcessing()
HostingEnvironment initiated shutdown
Hello,
I'm getting following error.
HostingEnvironment initiated shutdown
Setup: - Windows 10 Pro - Umbraco 7.3.0 (manually installed) - Visual Studio 2017 - Database: MySql
I'm using Umbraco 7.3.0 for my application and there is no any issue with 7.3.0.
I am trying to upgrade version to 7.7.0. But it is giving error.
Then I tried 7.6.11 and my application upgraded to 7.6.11 successfully.
I also tried to upgrade 7.7.0 in brand new Umbraco 7.3.0 application but still having the same problem.
Any idea/suggestion?
Error as per log file:
Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: HostingEnvironment
_shutDownMessage=HostingEnvironment initiated shutdown HostingEnvironment caused shutdown
shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.getStackTrace() at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand() at System.Web.Hosting.PipelineRuntime.StopProcessing()
I changed my database from MySQL to SQL Server for testing purpose.
For SQL Server Umbraco upgraded successfully from 7.3.0 to 7.7.6.
How can I upgrade latest version of Umbraco with MySQL database?
is working on a reply...