Link to home
Start Free TrialLog in
Avatar of kkluth
kkluth

asked on

Crystal Reports 8.5 & Windows 2008

We currently have several reports developed in Crystal Reports 8.5 with a ASP calling the reports.  We are upgrading our server to Windows 2008 64-bit edition.  

I have configured the IIS server, installed the Crystal Reports 8.5 runtime on the server, registered craxdrt.dll within Component Services (32-bit version).  

When I run the report the Crystal Reports ActiveXViewer works and it displays, yet the report never actually displays.  All the code has previously worked under Windows 2000, w/o problems.  

From what I can tell this session variable is never seems to be set:
Set session("oApp") = Server.CreateObject("CrystalRuntime.Application")

There are no errors, to tell me things are not working.  Does anyone have suggestions of something I might be overlooking?
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kkluth
kkluth

ASKER

Thank you for your help.