Invalid class string

Invalid class string

am 07.03.2007 06:25:48 von unknown

hi!

i'm getting this error when i run my asp app in windows xp.

Server object, ASP 0177 (0x800401F3)
Invalid class string
/cem/reports/AlwaysRequiredSteps.asp, line 9

This app works well in windows 2k but when i upgrade my pc to xp it produced this error.

This error points to this code:

Set session("oApp") = Server.CreateObject("CrystalRuntime.Application.10")

It seems that xp does not recognize this crystal report object.

Thanks in advance for your replies.

Re: Invalid class string

am 07.03.2007 14:51:08 von Anthony Jones

wrote in message news:OmAQRkHYHHA.2320@TK2MSFTNGP03.phx.gbl...
> hi!
>
> i'm getting this error when i run my asp app in windows xp.
>
> Server object, ASP 0177 (0x800401F3)
> Invalid class string
> /cem/reports/AlwaysRequiredSteps.asp, line 9
>
> This app works well in windows 2k but when i upgrade my pc to xp it
produced this error.
>
> This error points to this code:
>
> Set session("oApp") = Server.CreateObject("CrystalRuntime.Application.10")
>
> It seems that xp does not recognize this crystal report object.
>
> Thanks in advance for your replies.

You've asked this already in components. Please don't multipost