Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object required.....vcx
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00261593
Message ID:
00261682
Vues:
19
>I've created a multi-threaded .DLL that I'm using in an ASP page. I keep getting an error:
>
>The login result was User ID
>Microsoft VBScript runtime error '800a01a8'
>
>Object required: 'c:\webcom\webcom.vcx'
>
>/webtest/menu.asp, line 15
>
>The server.createobject line doesn't appear to be the problem, it's whenever I set or check a property.
>
>While I'm at it, I know the server has to be stopped before the .DLL is released for re-compile but right now I have to shut the machine down. InterDev and IE are have been closed.
>
>Win98, IE5, PWS
>
>Thanks

Found the error. I was not using the Set command in the VB script. Line:

oSec = Server.CreateObject("webcom.security")

should have been

Set oSec = Server.CreateObject("webcom.security")

Still have to restart the machine to be able to recompile the .DLL. Any help on this would be greatly appreciated (besides testing before I try it in the web page <g>).
Paul G Brown, MCSD
Paul G Brown
paul@paulgbrown.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform