Windows error 0x80131023, -2146234333

Detailed Error Information

HOST_E_CLRNOTAVAILABLE[1]

Message"CLR has been disabled due to unrecoverable error."
Comment CLR has been disabled due to unrecoverable error

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code4131 (0x1023)

Questions

0votes
1answer

C++ program receiving HOST_E_CLRNOTAVAILABLE when calling a C# interface

I have a C++ program calling an interface I've implemented in C#. I'm consistently getting the error 0x80131023 HOST_E_CLRNOTAVAILABLE which is defined as CLR has been disabled due to unrecoverable error. The c++ program doesn't produce this error unless my program is being called but I can't see any of [...] read more
c#
c++
com

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0