I am trying to use Crystal Reports XI for viewing/edits reports in classic ASP. I run into following error on this line :
Set session ("oApp") = Server.CreateObject("CrystalRuntime.Application")
Error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
I went through all the solutions found online but couldnt find resolution.
I am using IIS7.
Please help.
Server.CreateObject("CrystalRuntime.Application.11")- Ofer Zelig