Article ID: 304230 - Last Review: August 15, 2005 - Revision: 1.1

PRB: Visual Studio 6.0 - Error Message: Dao350.dll Was Unable to Register Itself in the System

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q304230
Expand all | Collapse all

SYMPTOMS

When you try to install a Visual Studio product, you may receive the following error message:
dao350.dll was unable to register itself in the system
The problem occurs when the installation process completes the "copying files" part and begins the "updating the system" part.

CAUSE

This problem is caused by corrupted or incorrect versions of the dependency files of the Dao350.dll file.

RESOLUTION

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"
  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:
http://support.microsoft.com/ (http://support.microsoft.com/) .

REFERENCES

For additional information about installation issues for Visual Studio 6.0, click the article numbers below to view the articles in the Microsoft Knowledge Base:
248697  (http://support.microsoft.com/kb/248697/EN-US/ ) HOWTO: Manually Uninstall Visual Studio with MSDN Library
287453  (http://support.microsoft.com/kb/287453/EN-US/ ) HOWTO: Best Practice Installation Methods

APPLIES TO
  • Microsoft Visual Studio 6.0 Enterprise Edition
Keywords: 
kbprb KB304230