I'm referencing the following dll in a VB6 dll I'm creating:
Microsoft ActiveX Data Objects 2.8 Library
After making the VB6 dll, it works fine, but on other people's computers, the following error pops up:
Run-time error '429'
ActiveX component can't create object
I'm pretty sure this is related to the Microsoft ActiveX Data Objects 2.8 Library. Any idea how to fix this error? I've tried replacing the ActiveX dll on other people's computers with mine, but that didn't work. I tried putting my ActiveX dll on a shared drive and reference to that, but that didn't work. I tried referencing the 2.7 library and that didn't work.