Ask a Question related to ASP Components, Design and Development.
-
r0ckster #1
Invalid class string
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.
r0ckster Guest
-
#40340 [NEW]: Creating a DateTime object using a string that is invalid due to DST transition
From: kal at kalunite dot net Operating system: Linux PHP version: 5.2.0 PHP Bug Type: Date/time related Bug description: ... -
Server object, ASP 0177 (0x800401F3) Invalid Class String
First of all, I have read all of the solutions I could possibly find for this issue. Secondly, none of them work for me. I am using: WinXP Pro... -
#14066 [Com]: Can't suppress warnigns on accessing invalid string offset
ID: 14066 Comment by: php at pleaseletusknow dot com Reported By: mfischer at guru dot josefine dot at Status: ... -
Error: Invalid class string
I am facing a problem with MAPI.SESSION for server.createobject in a ASP page. I am getting a message as "Invalid class string". I checked up the... -
CDONTS - Invalid class string
Hi, Im trying to send a mail from my webpage using CDONTS but i keep getting the errormessage "Invalid class string" (0x800401F3). I have the SMTP... -
Anthony Jones #2
Re: Invalid class string
<r0ckster> wrote in message news:%2396B7kHYHHA.4692@TK2MSFTNGP04.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?
Anthony Jones Guest



Reply With Quote

