Visual Basic Upgrade Report

When a Visual Basic 6.0 project is upgraded to Visual Basic 2008, an upgrade report is added to the project in Solution Explorer. The upgrade report contains information about the upgrade process as well as a list of issues uncovered during the upgrade that will need to be addressed before your project can be run.

Details of the Report

The upgrade report is in HTML format; you can view it within the Visual Basic 2008 development environment by double-clicking the _UpgradeReport.htm file in Solution Explorer, or you can view it in an external browser by choosing View in Browser from the context menu.

The first portion of the report contains general information about the upgrade, including the settings that were used during the upgrade and the location of the new project files.

The remainder of the report contains a listing of global issues plus a listing for each file that was upgraded. By expanding the section for each file, you can view a detailed list of issues that will need to be addressed. Each issue includes information about the severity of the issue, the location of the code that must be fixed, and a description of the issue.

See Also

Concepts

Completing the Upgrading Process

Visual Basic Upgrade Wizard

Other Resources

Upgrading Applications Created in Previous Versions of Visual Basic