|
-
Dec 28th, 1999, 10:25 PM
#1
Thread Starter
New Member
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.
[email protected]
-
Dec 29th, 1999, 02:50 AM
#2
Thread Starter
New Member
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?
-
Dec 29th, 1999, 10:15 AM
#3
Guru
-
Dec 29th, 1999, 12:53 PM
#4
Guru
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
-
Dec 30th, 1999, 01:39 AM
#5
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|