Windows error 0x8013141D, -2146233315

Detailed Error Information

CORSEC_E_INVALID_IMAGE_FORMAT[1]

Message"Invalid assembly file format."
Comment Invalid assembly file format

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 Code5149 (0x141d)

Questions

0votes
1answer

Invalid assembly file format

In a login program I work with, remote users began having issues logging in, with an error message of: > Invalid assembly file format. (Exception from HRESULT: 0x8013141D). I tried restarting the server and remote server, but it did not resolve the issue. read more
c#
network-programming
.net-assembly

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