Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP and COM
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00406906
Message ID:
00488326
Views:
16
>Looks like your server is not registered. When you ran RegSvr32 did it say it registered sucssefully? I don't hink it did. Make sure the VPF runtime is installed on teh server.
>
>Finally, I would advise strongly against using VFP5 for COM used in ASP since there are serious scalability and stability problems witht eh VFP5 runtime. You should upgrade to VPF6 and SP3 or later...
>
>+++ Rick ---
>
>
>>Hi everybody
>>Trying to make COM object (first time) using VFP 5.0
>>I made a prg file where I defined class asptools as olepublic, build it and got ASPCom.dll
>>After that I copied that file on server(the same directory where I keep all asp files) and register(regsvr32 ASPCom.dll).
>>I restarted the server.
>>Now I have a code in my asp files:
>>io = createobject("ASPCom.AspTools")
>>when I run this code I got the error messages:
>>
>>Server object error 'ASP 0177 : 800401f3'
>>
>>Server.CreateObject Failed
>>
>>/RmaMenu.ASP, line 5
>>
>>Invalid class string
>>
>>Thanks in advance

I'm using W2kP with IIS. I've used "c:\inetpub\scripts\ImsNet.exe /regserver" to register it. Class tests ok in VFP, but I get the same error when I run

http://mike/scripts/foxisapi.dll/ImsNet.test.runit

FOXISAPI call failed
Progid is: ImsNet.test
Method is: runit
Parameters are:
parameters are:
Class id for ImsNet.test not found. Err code = 800401f3: Invalid class string
Previous
Reply
Map
View

Click here to load this message in the networking platform