Windows error 0x801312E3, -2146233629

Detailed Error Information

VLDTR_E_SIG_MISSARG[1]

Message"Signature missing argument."
Comment Signature missing argument

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 Code4835 (0x12e3)

Questions

5votes
1answer

Unit testing error, could not load file or assembly

I have unit tests for my controllers (around 36). When I run them. I get same error for all the tests Unable to get type AdminPortal.Tests.Controller_Test.OwnedModuleControllerTest. Error: System.IO.FileLoadException: Could not load file or assembly 'AdminPortal.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Signature missing argument. (Exception from HRESULT: 0x801312E3) [...] read more
c#
asp.net-mvc
unit-testing
asp.net-mvc-4

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