Windows error 0x80131602, -2146232830

Detailed Error Information

COR_E_REFLECTIONTYPELOAD[1]

Message"Could not find or load a specific class that was requested through Reflection."
Comment Could not find or load a specific class that was requested through Reflection

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 Code5634 (0x1602)

Questions

2votes
1answer

Could not load file or assembly Newtonsoft.Json, Version=6.0.0.0 when running unit tests in parallel in VS2017

Using VS2017 MVC Web Api project, I have some unit tests which pass fine when run individually, but when run in parallel, I get the below error. I'd like to know how to be able to run these tests in parallel. > System.Reflection.ReflectionTypeLoadException > HResult=0x80131602 > Message=Unable to load one [...] read more
c#
unit-testing
json.net
0votes
1answer

Microsoft.StreamProcessing causes exception on program loading

I have a somewhat complex trading application that handles lots of Event messages. It is a Windows MEF application that loads assemblies automatically at runtime. I decided to try Microsoft.StreamProcessing to convert events to IStreamable. I moved in slow steps. First, I just added the assembly through nuget to my [...] read more
c#
.net
winforms
mef

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