Article ID: 198052 - Last Review: September 30, 2007 - Revision: 2.1 FIX: "Out-of-Date Dependency" Warning in Setup Wizard and PDWThis article was previously published under Q198052 SYMPTOMS
When running the Visual Basic 5.0 Setup Wizard, you receive the following
warning message:
< Project Name > - Setup Wizard - Out of Date Dependencies The dependency file for the following component(s) is out of date. You should exit the wizard now and rebuild each of the dependency files for these components, using this wizard. When running the Visual Basic 6.0 Package and Deployment Wizard (PDW), you receive the following warning message:
Out-of-Date Dependency Information The wizard found dependency information for the listed files, but the information is out of date. To proceed with the out-of-date information, click OK. CAUSE
Each component listed below the warning message has a dependency (.dep)
file that contains information about all the files required by that
component. However, the version number of the component as specified in the
.dep file does not match the version number of the component itself. In other words, the .dep file was created for a different version of the component, so the wizard is unable to determine which files the component requires. RESOLUTION
If the indicated file comes from a third party, contact that party for the
updated .dep files. If the indicated file is a Visual Basic component that you created, follow these steps to create a .dep file:
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in Visual Studio 6.0 Service Pack 3. For additional information about Visual Studio service packs, click the article numbers below to view the articles in the Microsoft Knowledge Base: 194022
(http://support.microsoft.com/kb/194022/EN-US/
)
INFO: Visual Studio 6.0 Service Packs, What, Where, Why
194295
(http://support.microsoft.com/kb/194295/EN-US/
)
HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
MORE INFORMATION
If you are unable to obtain a .dep file for the component(s) indicated in
the warning message, you can ignore the warning message in the following
two cases:
You can use a utility, such as Dependency Walker, to determine file dependencies. However, it is important to note the following when using Dependency Walker:
The Dependency Walker, among other tools, is included with the Platform SDK under the Tools\Platform SDK Tools in the installer. After installing the needed portions of the SDK, you can find Depends.exe on the Start menu under Microsoft Platform SDK\Tools\Depends. (The utility works on Microsoft Windows 95, Microsoft Windows 98, Microsoft Windows Millennium, Microsoft Windows NT, and Microsoft Windows 2000.) The documentation for the utility is in Depends.hlp, which can be found in \Program Files\Microsoft Platform SDK\Bin. REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
178354
(http://support.microsoft.com/kb/178354/EN-US/
)
INFO: How Setup Wizard and PDW Uses Dependency Files
172888
(http://support.microsoft.com/kb/172888/EN-US/
)
PRB: ComCtl32.ocx - The Dependency File is Out of Date
190777
(http://support.microsoft.com/kb/190777/EN-US/
)
BUG: PDW: Out-of-Date Dependency Information COMCT332.OCX
APPLIES TO
| Article Translations
|
Back to the top
