Windows error 0x8013110E, -2146234098

Detailed Error Information

CLDB_E_FILE_CORRUPT[1]

Message"File is corrupt."
Comment File is corrupt.

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 Code4366 (0x110e)

Questions

2votes
0answers

Visual Studio – New .Net form designer – File is corrupt. (Exception from HRESULT: 0x8013110E)

When I open or create a .Net form, I get this exception in the designer. File is corrupt. (Exception from HRESULT: 0x8013110E) It was working fine but a couple of days ago. I re-installed Visual Studio, but I still get the same exception. Is there an option that I didn't [...] read more
visual-studio
.net-framework
exceptions
2votes
0answers

Loading an assembly with reflection fails with File is corrupt. HRESULT 0x8013110E because there are too many properties in the assembly?

We have an assembly which fails to load with reflection - it gives File is corrupt. HRESULT 0x8013110E It does not matter how to load the assembly - could be Assembly.LoadFile or Add-Type -Path on the powershell console. I am already trained to check for 32 vs 64 bits, but [...] read more
c#
.net
2votes
0answers

c++ code analysis - fatal error C1093: API call 'GetUserString' failed '0x8013110e' :

Any ideas what this error message means? It seems like some obscure compiler error that only occurs when we run with code analysis on. Our solution compiles without code analysis turned on. read more
c++
visual-studio
code-analysis
0votes
4answers

Windows CE Emulator related error when using VS.NET 2005 and 2008

I have a situation where i need to debug a Windows CE application in both Vs.NET 2008 as well as VS.NET 2005. After I switch between the emulators in these 2 environments a few times, i get the error: > A fatal error has occurred and debugging needs to be [...] read more
windows-ce
fatal-error
0votes
1answer

Tools to diagnose BadImageFormatException thrown for System.Data assembly in production?

I'm getting following exception on a production machine for a Windows desktop app: > Could not load file or assembly 'System.Data, Version=4.0.0.0, > Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. > File is corrupt. (Exception from HRESULT: 0x8013110E) I understand there can be multiple reasons like platform mismatch, targeted .net [...] read more
c#
.net
clr
desktop-application

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