Naming a project "website-getdonet" causes ANCM to fail loading the app
See original GitHub issueWhen I try this locally, here’s the application logs I see:
Application 'C:\Users\prkrishn\source\repos\website-getdotnet\website-getdotnet\' failed to start. Exception message:
Unable to find hostfxr directory at C:\Users\prkrishn\source\repos\website-getdotnet\website-getdotnet\bin\Debug\netcoreapp3.1\host\fxr
Failed to start application '/LM/W3SVC/2/ROOT', ErrorCode '0x8007023e'.
Different app:
Application 'C:\Users\prkrishn\source\repos\website-getdotne1\website-getdotne1\' started successfully.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
HTTP Error 500.30 - ANCM In-Process Start Failure
Right-click the project name in the solution explorer. ... and thus visualize the real error that is causing our application not to load....
Read more >HTTP Error 500.30 - ANCM In-Process Start Failure
The app doesn't start. The ASP.NET Core Module attempts to start the .NET Core CLR in-process, but it fails to start. The cause...
Read more >HTTP Error 500.30 — ANCM In-Process Start Failure
After a little checking of the app pool settings I realised that for both app pools the Load User Profile setting had been...
Read more >Fix .NET Core HTTP Error 500.30 After Publish To App ...
The “HTTP Error 500.30 – ANCM In-Process Start Failure” error most often occurs when the .NET Core web application fails to start up....
Read more >How to Fix ANCM In-Process Start Failure ASP.NET Core
The easiest way to fix this error is to re-publish your code, but make sure you tick options “Remove additional files at destination“....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Lol, do we have an EndsWith(“dotnet”) in there somewhere?
This was done! Thanks @newbienewbie