I have 2 applications that I'm trying to run on our production server. Both applications use Crystal Reports 11.5. One application is built using .NET 1.1 and the other is 2.0. Both applications run fine in our development environment (Windows XP 2003). However, I receive "Load Report Failed" errors on both sites when I try to view the reports on the production server (Windows Sever 2003 64 bit Service Pack 2).
Here's what I've tried:
- Installed CRRedist2005_X64.msi & CRRedist2005_X86.msi
- Given full premissions to 'Everyone' on c:/windows/temp and the project folder
- Added the following line to the web.config file <identity impersonate="false"/>
The file gets created in the WINDOWS/TEMP file, but it fails after that.
Is this a permissions issue? A 64 bit?
Any ideas would be greatly appreciated.