An exception of type 'Server object: 006~ASP 0177~Server.CreateObject Failed~Invalid Class string 'was not handled.
If Not IsObject (session("oApp")) Then
Set session("oApp") = Server.CreateObject("Crystal.CRPE.Application")
End If
the error occures when creating an instance of Server.CreateObject("Crystal.CRPE.Application")
using cr 8.0
If Not IsObject (session("oApp")) Then
Set session("oApp") = Server.CreateObject("Crystal.CRPE.Application")
End If
the error occures when creating an instance of Server.CreateObject("Crystal.CRPE.Application")
using cr 8.0