Thursday, October 11, 2012

VB6 DAO350.DLL ERROR

To try to work around this behavior, do the following steps:
  1. In the directory c:\program files\common files\microsoft shared\DAO, rename the Dao350.dll file as Dao350.old.
  2. On the Visual Basic 6.0 CD, locate the Dao350.dll file, and then copy it to the directory c:\program files\common files\microsoft shared\DAO. (The Dao350.dll file is located in the \os\system folder on the Visual Basic 6.0 CD.)
  3. To register this file, click Start, click Run, and then type or paste the following line:
            Regsvr32 "c:\program files\common files\microsoft shared\DAO\Dao350.dll"

After this process your problem will solve. If it not. Try 4th point.

      4.  Install Microsoft Data Access Components (MDAC) 2.5 or later.

If the Dao350.dll file is registered successfully in step 3, and if MDAC is installed successfully in step 4, try to install the Visual Studio 6.0 product.


If you cannot install the product successfully, contact Microsoft Developer Support. To do so, visit the following Microsoft Web site:

No comments:

Post a Comment