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