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