CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    1

    RDO Object creation

    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 [email protected]


  2. #2
    Join Date
    Mar 1999
    Posts
    9

    Re: RDO Object creation

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured