PDA

Click to See Complete Forum and Search --> : Class not Registered


whmedia
Dec 28th, 1999, 09:25 PM
I was wondering if anyone could help? I produced a VB 6.0 program that incorporates a Microsoft database file (.mdb), When I go to redistribute the program onto new computers I receive the following Error:
"Class not Registered
Looking for Object with CLSID :(0000010-0000-0010-8000-00aa006d2ea4)"

I've included the VB5DB.dll and all the other standard files in the Package and Deploy Wizard.

So far I've realized that the programs works on most older computers with 95/98/NT but the error comes up on the Newer computers.

Am I missing a .dll in my setup.exe that older computers may have already from an installation of another program?

I say this because the program worked on one test computer, then when I reformatted the harddrive and reinstalled windows 95 the above error came up.

Thanks for any help in advance.
tim.holmgren@drinks101.com

whmedia
Dec 29th, 1999, 01:50 AM
That seemed to work but now I receive a "DATA ACCESS ERROR" in its place.

I included the following files in the c:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\DAO\ folder:

Dao360.dll
Dao350.dll
Dao360.chm
dao2535.tlb

I then registered the REGSVR32 Dao350.dll with success.

Any ideas on why I'm now receiving the DATA Access Error?

Clunietp
Dec 29th, 1999, 09:15 AM
Yuck. Are you sure the setup app included all of the necessary DAO distribution files?

Here are some links for you: http://support.microsoft.com/support/VBasic/FAQ/PDWfaq.asp?LNG=ENG&SA=ALLKB
http://support.microsoft.com/support/kb/articles/Q192/9/34.ASP?LNG=ENG&SA=ALLKB
http://support.microsoft.com/support/kb/articles/Q174/4/88.ASP?LNG=ENG&SA=ALLKB

Good luck!

Tom

Clunietp
Dec 29th, 1999, 11:53 AM
I did a search in my registry with that CLSID, and it is linked to the DAO.DBengine, which is a pretty important file if you are using DAO. Did the PDW include all of the Jet runtime files?

if so, try running regsvr32 C:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\DAO\DAO350.DLL at the command line to register that file

HTH

Tom

whmedia
Dec 30th, 1999, 12:39 AM
Tom,

Thank You Very Much For Your Help. I was Missing Two Files.

If you get a chance check out the program its called 100 Proof Cocktail Planner, you can download it at download.com, hotfiles.com, or Drinks101.com.

Once again thanks.

Tim Holmgren