Runtime error 429: Activex Component Can′t Create Object 
Author Message
 Runtime error 429: Activex Component Can′t Create Object

Hi all,
    I'm  having a problem with a DHTML Vb
application I developed.After deploying it via PDW, if
Itest it from a client
computer I received the 'Runtime
Error '429' : ActiveX Component Can't Create Object'
error.  I checked already if the activex control of my app
was  downloaded by the client explorer. I do find an
activex
control download from my web site (named
DHTMLProject.DHTMLPage).I really dont know what else do I
need to do to be sure that the activez control needed fro
my application is properly download on the client
computer.I'm establishing the connection
to my server like the following:
Private Sub DHTMLPage_Load()
Set rds = CreateObject("RDS.DataSpace")
Set bo = rds.CreateObject("RDScatco.Class1", _
        "http://my server")
End Sub

where RDScatco.Class1 is the key for the custom activeX
dll installed on my server that I use instead of
RDS.Datafactory.
    Does anybody  know if I need to specify something
else on my code? Do I need to add a specific controler to
my cab file before deploying it via PDW? Should the client
Explorer should download an activex control for each page
of my application?? If yes, how do I make this happen? Do
I need to give any special rigths to users??I know these
are too many questions but believe me, any help would be
very useful cause this stuff is really freaking me out!!!

thanks in advice

             Alejandro Islas Lpez
Kb/TEL Telecomunicaciones Mxico
..



Tue, 10 Feb 2004 04:35:07 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Activex Component Can’t Create Object - Runtime Error 429

2. runtime error 429 "ActiveX component cannot create object

3. runtime error 429 "ActiveX component cannot create object

4. runtime error 429 "ActiveX component cannot create object

5. ActiveX component can't create object or return reference to this object (Error 429)

6. Error 429, ActiveX component can not create object

7. Error#429: ActiveX component can't create object

8. Error#429: ActiveX component can't create object

9. Error 429 - ActiveX component can't create object

10. Error 429: ActiveX component can't create object

11. Error 429: ActiveX Component cannot create object

12. Error: (429) ActiveX component can't create object

 

 
Powered by phpBB® Forum Software