Hi, I'm upgrading my server from Windows 2003 32-bit to Windows 2008 R2 64-bit
I have an ASP.NET application with Crystal Reports. The server has CRRedist2008_x86 installed. The application works fine on the 2003 server but I'm getting this error on the 2008 server. "is not a valid Win32 application. (Exception from HRESULT: 0x800700C1) "
I also tried CRRedist2008_x64 on the new server but the same error happens.
The application is a Visual Studio 2008 ASP.NET website
I have successfully moved 2 applications to the new server that do not have any Crystal dll's in the bin folder.
I have 2 other applications with Crystal dll's in the bin folder that work fine on the 2003 server. But on the 2008 server the site will not even come up.
Server Error in '/reports' Application.
is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.BadImageFormatException: is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
Has anyone run into and resolved this?
Thanks for your help.