Windows error 0x80131014, -2146234348

Detailed Error Information

COR_E_APPDOMAINUNLOADED[1]

Message"Attempted to access an unloaded appdomain."
Comment access unloaded appdomain

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 Code4116 (0x1014)

Questions

26votes
5answers

Querying Active Directory from MVC result in: Attempted to access an unloaded appdomain. (Exception from HRESULT: 0x80131014)

I have an issue using c# on .Net 4 in a MVC web application, where when I query Active Directory, I frequently get an error: Attempted to access an unloaded appdomain. (Exception from HRESULT: 0x80131014). The strange thing is, that it will work flawlessly for a time, and then it [...] read more
c#
asp.net-mvc
model-view-controller
active-directory
2votes
1answer

Attempted to access an unloaded appdomain calling AzMan

In an ASP.NET MVC web application, I'm seeing the following error occaisionally: > System.AppDomainUnloadedException: Attempted to access an unloaded appdomain. > (Exception from HRESULT: 0x80131014) at > System.StubHelpers.StubHelpers.InternalGetCOMHRExceptionObject(Int32 hr, > IntPtr pCPCMD, Object pThis) at > System.StubHelpers.StubHelpers.GetCOMHRExceptionObject(Int32 hr, IntPtr > pCPCMD, Object pThis) at > Microsoft.Interop.Security.AzRoles.IAzApplication.OpenOperation(String > bstrOperationName, Object varReserved) [...] read more
c#
asp.net-mvc-3
appdomain
azman
1vote
0answers

ADO.Net code is working at Console application. But not working on WEB API project. Database is at AWS

I am working on WEB API. when i am trying to insert data using ADO.NET or Entity Framework. It shows an Error Message "Attempted to access an unloaded appdomain. (Exception from HRESULT: 0x80131014)". but the same code is working on Console Application project.Database Server is at AWS. Code are as [...] read more
webapi

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