PRB: Program Generates Error 429 on First Reference to RDO

Last reviewed: February 27, 1998
Article ID: Q181852
The information in this article applies to:
  • Microsoft Visual Basic Enterprise Edition for Windows, version 5.0

SYMPTOMS

When trying to run an application using Remote Data Object (RDO), the first line of code that references RDO generates error number 429 listed below:

   ActiveX component cannot create object.

CAUSE

This may be due to a registration problem with the Msrdo20.dll file.

RESOLUTION

Manually re-register the .dll using the REGSVR32 utility. To do this, select Run from the Start menu and enter the following line:

   REGSVR32 c:\winnt\system32\Msrdo20.dll

It may be necessary to include a path to Regsvr32.exe and/or modify the path to the Msrdo20.dll file.

STATUS

This behavior is by design.

REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q181854
   TITLE     : FILE: Vbc.exe Fixes VB 5.0 Control Installation Problem

Keywords          : PrgCtrlsCus
Version           : WINDOWS:5.0
Platform          : WINDOWS
Issue type        : kbprb


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 27, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.