Windows error 0x8007023E, -2147024322

Detailed Error Information

UNHANDLED_EXCEPTION[1]

MessageThe exception %s (0x%08lx) occurred in the application at location 0x%08lx.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code574 (0x023e)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000023e.

Questions

3votes
2answers

Upgraded to ASP.NET Core 3.1, getting error about System.Text.Json

I have recently upgraded from ASP.NET Core 2.2 to ASP.NET Core 3.1. Locally, everything seems to work ok, but I have issues when deploying to IIS. The error I am receiving in the Event Viewer is Application: w3wp.exe CoreCLR Version: 4.700.19.56402 .NET Core Version: 2.2.4 Description: The process was terminated [...] read more
asp.net-core
2votes
1answer

Not able to deploy IdentityServer 4 code on Azure App service

I have used dotnetcore 3.0 to develop the IdentityServer in empty Asp.net Web Application hosting. App Service I created is dotnetcore 3.0, Windows platform. In my dotnet core solution I created the publish output using 'dotnet publish' It worked fine on localhost url as I consumed that url in my [...] read more
azure
azure-web-app-service
identityserver4
azure-app-service-plans
1vote
4answers

NET Core 3.1 - HTTP Error 500.30 - ANCM In-Process Start Failure

I upgraded my project from .net core 2.2 to 3.1, the project is running fine in my visual studio 2019, the problem occurred in staging server, it prompted the error "HTTP Error 500.30 - ANCM In-Process Start Failure". If I change the hosting model to outofprocess, it works fine. so [...] read more
asp.net-core
.net-core
1vote
0answers

ASP.NET Core - HTTP Error 500.0 - ASP.NET Core IIS hosting failure

This issue occurs when I deploy my .net core(.net 5.0) program on IIS(It works in VS debug environment). And I've checked all the configuration details but I have no idea to fix it. Here's the error: 1. http error: HTTP Error 500.0 - ASP.NET Core IIS hosting failure 2. event [...] read more
c#
asp.net
asp.net-core
iis
http-error
0votes
0answers

ASP.NET Core - Failed to start application '/LM/W3SVC/3/ROOT', ErrorCode '0x8007023e'

I'm currently encountering a problem when I deploy my ASP.NET Core program on IIS, and I have no idea how to fix it. Could somebody tell me why? enter image description here [https://i.stack.imgur.com/AFjp9.png] read more
asp.net-core
0votes
1answer

Deploying Seq on IIS

I'm trying to Deploy Seq by Datalust on IIS and I'm getting this error message: HTTP Error 500.30 - ANCM In-Process Start Failure here is the error in windows event viewer Failed to start application '/LM/W3SVC/2/ROOT', ErrorCode '0x8007023e'. here is the web.config file: <?xml version="1.0" encoding="utf-8"?> <configuration> <location path="." inheritInChildApplications="false"> [...] read more
asp.net-core
iis
serilog
seq-logging
0votes
1answer

Razor Pages New Project Template Error - ANCM In-Process Handler Load Failure

I am following this link on setting up a .NET Core Razor Pages project locally. https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-3.1&tabs=visual-studio Everything is as per the tutorial and I have the following .NET Core downloads installed. .NET Core SDK (reflecting any global.json): Version: 3.1.400 Commit: 035fb2aa2f Runtime Environment: OS Name: Windows OS Version: 10.0.18362 OS [...] read more
asp.net-core
.net-core
razor-pages

Comments

Oscar Tirado

I have a problem, windows update I downloaded the update but I did not install it, I have 3 days with this error and I could not work because I need the update for some drivers, please could you help me

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0