I am trying to display crystal reports through asp pages, but get the following error :
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/persondb/personnel/AlwaysRequiredSteps.asp, line 20
the line it means is :
If Not IsObject ( session ("oApp") Then
Set session ("oApp" = Server.CreateObject("Crystal.CRPE.Application"
End If
can anybody help ?
thanks
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/persondb/personnel/AlwaysRequiredSteps.asp, line 20
the line it means is :
If Not IsObject ( session ("oApp") Then
Set session ("oApp" = Server.CreateObject("Crystal.CRPE.Application"
End If
can anybody help ?
thanks