Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Component 'MSADODC.OCX' or ...

Status
Not open for further replies.

PSUIVERSON

Technical User
Nov 6, 2002
95
US
I have written a number of VB applications that are supported by a MASTER ACCESS Database.

I converted them into .exe files and deployed on the network. They all use ADODC to connect to the ACCESS database and yet some of them work and others return the following error:

Component 'MSADODC.OCX' or one of its dependencies not currently registered: a file is missing or invalid

What is this error and any recommendations on how to fix it?

Thanks
 
'MSADODC.OCX' is the Microsoft ADO Data Control 6.0 (ADODB). You are using one in your project somewhere. You probably need to use the Package & Deployment Wizard to build an install project and do an install of the needed components on the user's machines. Other machines probably work fine because they have that control installed by some other app.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top