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
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
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
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
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