MSADO21 Error - please assist...
I have been trying to install a package which references MSADO21.TLB - which is the Microsoft ActiveX Data Objects Library.
However I am consistently getting this error:
Quote:
There was an error when trying to register C:\WINNT\SYSTEM32\MSADO21.TLB
I have also tried MSADO20.TLB (V 2.0) with the same result.
This was working fine the other day, but now I am consistently getting this error...
:confused:
TLB's don't have Entry points for DLLRegisterServer
...Which means you can't register them via RegSvr32.exe or anything else.
Usually what I do is just chuck them in the %WinSysDir% or in this case, the %Common Files%\System\ADO and they work ok.