General discussion

  • Creator
    Topic
  • #2310836

    2000 DAO Problem

    Locked

    by mikeking23 ·

    I have a Visual Basic application that ran on an NT server but now that it is ported to 2000 server will not run. I receive the following error: “Run time error 429” “ActiveX Component can’t create object” also after this I receive: “Class not registered. Looking for object with CLSID:{00000010-0000-0010-8000-00AA006D2EA4}”. Under C:\Program Files\Common Files\Microsoft Shared\DAO I only have the file ‘DAO350.dll’. I have been trying several different fixes but none seem to work. I have followed the steps in MS Knowledge base article 245524, 240377, 288706, and 177394. I also unregistered DAO 3.6 and registered DAO 3.5 and still got errors. Anyone have any ideas?

All Comments

  • Author
    Replies
    • #3473843

      2000 DAO Problem

      by mikeking23 ·

      In reply to 2000 DAO Problem

      After unregistering DAO 3.6 and registering 3.5 and running the program, I receive a different error: “Run-time error ‘3633’: Can’t load DLL: MSJTER35.dll”
      I tried to register MSJTER35.dll in winnt\system and I get an error that the file isn’t found even though it is sitting right there in the folder.

    • #3478629

      2000 DAO Problem

      by shmaltz ·

      In reply to 2000 DAO Problem

      Is it a VB application? or a MS Office Application using VBA?
      If it the later you might have to add a reference in the project to your application (usualy to DAO).

    • #3477964

      2000 DAO Problem

      by leehellcat ·

      In reply to 2000 DAO Problem

      What are you accessing with your DAO connections ?
      Your problem could be caused by the fact that DAO is now obsolete, and replaced with ADO. I have had lots of problems with DAO connections to Access databases, etc, but ADO is similar, and microsofts way forwards.

      • #3477820

        2000 DAO Problem

        by mikeking23 ·

        In reply to 2000 DAO Problem

        I am using DAO because that is what the program is written to use. I’m not going to rewrite someone else’s code just because of a little error. I thought someone might have ran into the same problem and came up with a work-around.

    • #3462956

      2000 DAO Problem

      by mikeking23 ·

      In reply to 2000 DAO Problem

      This question was closed by the author

Viewing 3 reply threads