Results 1 to 4 of 4

Thread: Class not registered. Looking for object with CLSID {00000010-0000-0010-8000-00AA006D

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    3

    Class not registered. Looking for object with CLSID {00000010-0000-0010-8000-00AA006D

    Hi,
    I have an application (.exe) which uses a database. The application was working fine before I formatted the computer. Now when trying to run it, a message says:

    Class not registered.
    Looking for object with CLSID {00000010-0000-0010-8000-00AA006D2EA4}


    I did some research for that and found this kb article:
    http://support.microsoft.com/kb/288706

    But the article explains how to solve the problem in VB before compiling, and I don't have the source code for the application to do that solution.
    Anyone can help?
    I have Win XP Pro SP3 and Office 2003.
    Thanks.

  2. #2

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    3

    Re: Class not registered. Looking for object with CLSID {00000010-0000-0010-8000-00AA

    I have dao360.dll in this folder:
    C:\Program Files\Common Files\Microsoft Shared\DAO

  3. #3
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Class not registered. Looking for object with CLSID {00000010-0000-0010-8000-00AA

    Try the following in Start Menu --> Run by itself:
    Code:
    c:\> regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao350.dll"
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    3

    Re: Class not registered. Looking for object with CLSID {00000010-0000-0010-8000-00AA

    I have dao360.dll not dao350.dll
    I tried this:
    regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll"
    but the same problem. Any other suggestions?
    Thanks.

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