Click to See Complete Forum and Search --> : RDO Object creation


Rajuchetla
August 12th, 1999, 01:06 PM
I am using VB 5.0.
I am declaring an RDO enviorement object as follows

Dim En as rdoEnvironment
and on the form load setting it to the default one as
set En = rdoEnvironments(0)



I have included the Microsoft Remote Data Object 2.0 in the project references.

Running the program gives me run-time error '429' as ActiveX component can't create object.

Please help

Raju at rajuchetla@hotmail.com

Ganesh Bala
August 13th, 1999, 10:08 AM
Were you using VB 4.0, earlier version of RDO in this project?

I had a similar problem when my PC crashed, and I reinstalled only VB 5. I tried everything and then it struck me that my project was initially in VB4. I uninstalled VB5, installed VB4 then VB5. Now everything is OK.