Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CreateObject Failed

Status
Not open for further replies.

duckyboyz

Programmer
Mar 28, 2002
57
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top