Results 1 to 5 of 5

Thread: Class not Registered

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    New York
    Posts
    5

    Post

    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]

  2. #2

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    New York
    Posts
    5

    Post

    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?

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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...G=ENG&SA=ALLKB
    http://support.microsoft.com/support...G=ENG&SA=ALLKB
    http://support.microsoft.com/support...G=ENG&SA=ALLKB

    Good luck!

    Tom

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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

  5. #5

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    New York
    Posts
    5

    Post

    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
  •  



Click Here to Expand Forum to Full Width