Hi all,
I'm developing an ASP app for a client that needs reporting. So, we purchased CR 8.5. We don't want to install CR 8.5 onto the Windows 2000 server that we deploy on, because our client won't create reports on their own. We want the bare minimum installed on the server so our client can view the reports with slight modifications for groups and parameters.
So, I went and downloaded, from the Crystal Decisions website, ASP report examples for CR 8.5. Looks fine on my PC, using PWS and Win98. Naturally, I wanted to see what I needed to do to make it work on the 2000 server so I added the needed .asp and .rpt files to my app and deployed to the 2000 machine (which doesn't have CR on it). Of course it didn't work. I got the error:
Set session("oApp" = Server.CreateObject("CrystalRuntime.Application"
Ok, it doesn't know how to create the Object. I added emfgen.dll to the system32 dir and registered it. Still won't work. So, I installed Crystal Enterprise 8. Still get the same error. What am I missing? What needs to be done/installed so I can view the report in my app?
Thanks!
Evie
I'm developing an ASP app for a client that needs reporting. So, we purchased CR 8.5. We don't want to install CR 8.5 onto the Windows 2000 server that we deploy on, because our client won't create reports on their own. We want the bare minimum installed on the server so our client can view the reports with slight modifications for groups and parameters.
So, I went and downloaded, from the Crystal Decisions website, ASP report examples for CR 8.5. Looks fine on my PC, using PWS and Win98. Naturally, I wanted to see what I needed to do to make it work on the 2000 server so I added the needed .asp and .rpt files to my app and deployed to the 2000 machine (which doesn't have CR on it). Of course it didn't work. I got the error:
Set session("oApp" = Server.CreateObject("CrystalRuntime.Application"
Ok, it doesn't know how to create the Object. I added emfgen.dll to the system32 dir and registered it. Still won't work. So, I installed Crystal Enterprise 8. Still get the same error. What am I missing? What needs to be done/installed so I can view the report in my app?
Thanks!
Evie