We are installing a third party application in one of our 64bit windows servers. This application apparently was build with the compiler option set to choose the platform at run time. When we run the application it gives us a
System.BadImageFormatException: is not a valid Win32 application.
Errrors. I have seen in forums from the MSDN that in order to fix this error I have to build the application set to 32bit and that way it will run fine on a 64bit server. I check on other StackOverflow links Other Posts.
Does anyone how to get around this situation? For everyone that wants to know more info:
- The application is running fine in a 32bit test server.
- IIS version 6
- using SQL EXPRESS 2005
- On the Web Service Extension there are both Framework64\v2.0.50727\aspnet_isapi.dll
- and Framework\v2.0.50727\aspnet_isapi.dll