Error while unloading appdomain. (Exception from HRESULT: 0x80131015) - .NET Development - Windows T
Alois This type of exception does happen when you are stuck inside unmanaged code which performs an uninterruptable blocking operation. Waiting for a native socket select would be such a case. If your Dll does cause socket connections make sure you close ...