|
-
May 15th, 2000, 08:54 PM
#1
Thread Starter
New Member
I've done an active X DLL that seems to work but when i want to call it from an ASP page or from a new VB project i've got this error :
ChercheUserDLL erreur '800a01ae'
La classe ne gère pas Automation ou l'interface attendue
/projet2/user/cherche.asp, ligne 11
in VB it's the number 430 error.
I don't know what to do because i think i've done everything right : i've registrered the DLL in the REGISTRERY of Windows (with the regsvr32 command).
Thank u so much to help me !!!
-
May 15th, 2000, 09:04 PM
#2
New Member
Have you registered the DLL on the server that the asp file is on. Also the VB run time engine has to be on that server. It's no good just copying the .dll to the web server, either make a setup disk and install that on the server or use interdev6 to deploy it to the server. As for not being able to use it in a new VB project, don't know(does intellisense work for it in either VB or interdev6 ?)
-
May 15th, 2000, 09:21 PM
#3
Thread Starter
New Member
Yes, i have registrered the DLL on the server where ASP runs...
Sure creating a setup programm must be the best thing to do but how to do this ? How could i do to know the other DLL (like VBrun or things like that) my object needs ?
-
May 16th, 2000, 05:56 AM
#4
New Member
If you are using the Enterprise edition of Visual studio:
from the start button:
Programs
Visual studio 6
Visual studio 6 tools
Package and deployment wizard
then just follow the instructions
-
May 16th, 2000, 01:53 PM
#5
Thread Starter
New Member
Thanks !
Thanks for this tip i'm going to do this right now... hope it will work !!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|