question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Naming a project "website-getdonet" causes ANCM to fail loading the app

See original GitHub issue

When 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:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
Tratchercommented, Nov 25, 2019

Lol, do we have an EndsWith(“dotnet”) in there somewhere?

0reactions
jkotalikcommented, Jan 24, 2020

This was done! Thanks @newbienewbie

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found