mmars
Jan 11th, 2006, 12:27 PM
I have an app that connects to ms access 2000. In my app there is a button that creates a new table in the database. I have added the activex 2.7 reference to my app and have added the import adodb reference on the form. On my development machine, the app works fine creating the table. I've created a setup project and when I install it on another machine and click the button I get this error.
An unhandled exception has occurred in your application.
COM object with CLSID {00000514-0000-0010-8000-00AA006D2EA4} is either not valid or not registered.
Both machines are windows xp and have .net framework installed. The only difference is that my development machine has activex version 2.7 and the machine I installed the app on has activex version 2.8. Should that matter If I include all references and file in my setup project?
Thanks
An unhandled exception has occurred in your application.
COM object with CLSID {00000514-0000-0010-8000-00AA006D2EA4} is either not valid or not registered.
Both machines are windows xp and have .net framework installed. The only difference is that my development machine has activex version 2.7 and the machine I installed the app on has activex version 2.8. Should that matter If I include all references and file in my setup project?
Thanks