Windows error 0x80131192, -2146233966

Detailed Error Information

META_E_BAD_SIGNATURE[1]

Message"Bad binary signature."
Comment Bad binary signature

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 Code4498 (0x1192)

Questions

11votes
6answers

"Bad binary signature" in ASP.NET MVC application

We are getting the error above on some pages of an ASP.NET MVC application when it is deployed to a 64 bit Windows 2008 server box. It works fine on our development machines, though these are 32 bit XP. Just wondered if anyone had encountered this before, and has any [...] read more
asp.net-mvc
interop
64-bit
4votes
2answers

“Bad binary signature” in ASP.NET MVC application

I'm experiencing the same issue reported here: "Bad binary signature" in ASP.NET MVC application The ASP.Net MVC site works fine on the local machine, but when deployed using a combination of aspnet_compiler, aspnet_merge, and msdeploy, loading any page will fail with the following error: > System.BadImageFormatException Bad binary signature. (Exception [...] read more
asp.net
asp.net-mvc
64-bit
aspnet-merge
4votes
0answers

Web Deployment Project - specify version of aspnet_merge to use

we are having some problems with our WDP, which is deploying a ASP.NET 4.0 site. It seems to all go fine but when its deployed we are getting the System.BadImageFormatException: Bad binary signature. (Exception from HRESULT: 0x80131192) error, when hitting a particular page , which appears - from other reading [...] read more
asp.net
web-deployment-project
aspnet-merge
0votes
1answer

BadImageFormatException error on Azure web app

I have published my website as a Azure web application(through Visual Studio publish) and I am getting a An unhandled exception has occurred while executing the System.BadImageFormatException: Index not found. (Exception from HRESULT: 0x80131124) error. The application however works fine on my local machine. Between the time when the application [...] read more
c#
azure
asp.net-core
azure-web-app-service
razor-pages
0votes
1answer

deploying asp on iis - Error: Bad binary signature

I'm deploying an asp app that connects to my local ms-sql database. It works fine in visual studio 2012. I also works on another pc on iis. On my machine it used to work, but now my apps fail when deploying on iis with this error message: I've tried building [...] read more
asp.net
sql
iis

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