I created a new project in Visual Studio for the last proposed version 12, then I changed the asp.net version to 8 and updated the Umbraco package to 13.1.0.
If I try to run the project I get the following error:
BootFailedException: Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
Umbraco.Cms.Core.Exceptions.BootFailedException.Rethrow(BootFailedException bootFailedException)
Umbraco.Cms.Web.Common.Middleware.BootFailedMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
Microsoft.AspNetCore.Builder.UseMiddlewareExtensions+InterfaceMiddlewareBinder+<>c__DisplayClass2_0+<<CreateMiddleware>b__0>d.MoveNext()
SixLabors.ImageSharp.Web.Middleware.ImageSharpMiddleware.Invoke(HttpContext httpContext, bool retry)
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
Clean Umbraco 13.1.0 won't run
I created a new project in Visual Studio for the last proposed version 12, then I changed the asp.net version to 8 and updated the Umbraco package to 13.1.0. If I try to run the project I get the following error:
The error in the Umbraco log is the same.
I needed to create an empty SQLite database file to be able to continue the Umbraco setup.
For reference you can check the requirements on: https://docs.umbraco.com/umbraco-cms/fundamentals/setup/requirements
Maybe it can help others who land here.
getting this boot error too
is working on a reply...