<r0ckster> wrote in message news:%2396B7kHYHHA.4692TK2MSFTNGP04.phx.gbl...produced this error.> 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 itYou have installed the CrystalRuntime 10, right?>
> 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.
Create a .vbs file:-
Set o = CreateObject("CrystalRuntime.Application.10")
does that work?
Bookmarks