79350536

Date: 2025-01-12 19:15:25
Score: 1
Natty:
Report link

Migrated our ASP.NET Core Web app from .net6 to .net8 and deployed in Azure App Services with hostingmodel='inprocess'.

Same kind of error as System.EntryPointNotFoundException: Unable to find an entry point named 'http_query_request_property' in DLL 'aspnetcorev2_inprocess.dll' and the app shutdown.

Finally after a lot of research found the fix which is to delete aspnetcorev2_inprocess.dll from wwwroot folder or do a clean deployment by deleting all existing contents.

You can navigate to Azure App Service -> Your App -> Developement Tools -> App Service Editor to see the contents of wwwroot.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Arun SK