The information in this article applies to:
SYMPTOMS
Advanced: Requires expert coding, interoperability, and multiuser skills.
CAUSE
The ActiveX control may be blank or you may receive the error message if
you do not specify the ActiveX control (*.OCX) file in the Setup Wizard
on the screen marked "Add the files that you want your custom Setup program
to copy and then set properties for each file." (Or in the Files To Include
dialog box in Microsoft Access Developer's Toolkit 2.0 and 7.0)
RESOLUTIONIn the ODE Setup WizardWhen you add an ActiveX control on the Add Files page, the Setup Wizard searches for the .dep file for this control. If it finds the .dep file, the Setup Wizard automatically adds the supporting files specified in the .dep file to the list of files on the Add Files page. If the Setup Wizard can't find a .dep file for the control, or if it can't find one of the supporting files specified in the .dep file, an error message is displayed. If the ActiveX control doesn't have a .dep file, and you know what files are required to use the control, you have to add the .OCX file and the supporting files directly on the Add files page of the Setup wizard.In the ADT Setup WizardWhen you specify the control's .OCX file, the Setup Wizard specifies which dependent dynamic-link libraries (DLLs) to include. Once you include them, these two files properly register the OLE control in all run-time applications.MORE INFORMATIONSome run-time applications may properly display the OLE control on computers that already have the ODE or ADT installed. This depends on whether that control has previously been registered correctly on that computer. Registration can occur manually or through the installation of programs such as the ODE or ADT. These configuration variables can account for the intermittent nature of this behavior. Steps to Reproduce Behavior
Additional query words:
Keywords : kberrmsg kbsetup StpReg |
Last Reviewed: July 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |