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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSADO20.TLB Registration Error 1

Status
Not open for further replies.

JSUAlumni

Programmer
Mar 29, 2001
21
US
While trying to run the setup program after running the package and deployment wizard, I get just about finished when I get the following error:

C:\winnt\system32\MSADO20.tlb
Error while registering the file

Anyone know how to fix this?
 
You probably need to upgrade to SP5. If you ignore that error (instead of abort/retry) and your app works perfectly, I almost guarantee that's what the problem is.

Hope that's it!

-Mike Difference between a madman and a genius:
A madman uses his genius destructively,
A genius uses his madness constructively.
 
The P&D wizard sets up MSADO20.tlb incorrectly. The line will appear in your setup.lst file as:

File17=@msado25.tlb,$(WinSysPath),$(DLLSelfRegister),$(Shared)[color],7/26/00 8:31:16 AM,81920,2.60.6526.0

It should be:

File17=@msado25.tlb,$(WinSysPath),$(TLBRegister),[color],7/26/00 8:31:16 AM,81920,2.60.6526.0

The difference is in the "$(TLBRegister),," portion. Edit your LST as required and it should run fine. These examples are for ver 2.5, but it should be the same for 2.0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top