FIX: Error Message "Missing Dependency Information" for Mshtml.tlb When Using PDW (257572)



The information in this article applies to:

  • Microsoft Visual Basic Professional Edition for Windows 6.0
  • Microsoft Visual Basic Enterprise Edition for Windows 6.0

This article was previously published under Q257572

SYMPTOMS

When packaging a DHTML Project with the Package and Deployment Wizard (PDW), you receive the following error message for the Mshtml.tlb file:
Missing Dependency Information

CAUSE

Mshtml.tlb is being included incorrectly in the setup package, and the PDW is not able to determine what dependencies there are for the file.

Mshtml.tlb does not need to be installed on target computers because it is already installed on Windows 2000 and any computers that have Internet Explorer.

RESOLUTION

There are two ways to resolve this problem:
  • You can manually deselect the Mshtml.tlb file so that it is not included in your setup package.
  • If you install the latest service pack for Visual Studio 6.0, the Package and Deployment Wizard does not pick up Mshtml.tlb.

STATUS

Microsoft 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 the latest service pack for Visual Studio 6.0.

For additional information about Visual Studio service packs, click the following article numbers to view the articles in the Microsoft Knowledge Base:

194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why

194295 HOWTO: Tell That a Visual Studio Service Pack Is Installed

To download the latest Visual Studio service pack, visit the following Microsoft Web site:

MORE INFORMATION

Steps to Reproduce Behavior

  1. Start Visual Basic and choose a New DHTML Project.
  2. Save and compile the project without making any changes to it.
  3. Start the PDW and select the Project that you just created. Click the Package button.
  4. Choose Internet Package and click Next.
  5. Accept the Default folder to assemble the package and click Next. You should now receive the error message for the Mshtml.tlb file:
    Missing Dependency Information

Modification Type:MinorLast Reviewed:12/12/2005
Keywords:kbAppSetup kbBug kbDeployment kbfix kbVS600sp4fix kbVS600sp5fix kbwizard KB257572