
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
..