Share via


Upgrade Wizard

The Upgrade Wizard is used to upgrade Visual Basic 6.0 projects to Visual Basic .NET. The wizard creates a new project, copies each file from the original project into the new project and modifies it as necessary, and generates a report detailing what was done and what you need to do to finish the upgrade.

To access the Upgrade Wizard, open any Visual Basic 6.0 project file (.vbp) in Visual Basic .NET.

The following options are available in the Upgrade Wizard:

  • What type of project would you like this to be upgraded to?
    If the Visual Basic 6.0 project was an ActiveX EXE or ActiveX Document EXE project, you can choose to upgrade it to either an .exe or a .dll file. For all other project types, the correct option is already selected and cannot be changed.
  • Where do you want your new project created?
    Specifies the location of the new project. By default, the project will be placed in a directory directly beneath the Visual Basic 6.0 project. The new project will be named ProjectName.NET, where ProjectName is the name of the project being upgraded.

See Also

Upgrading Applications Created in Previous Versions of Visual Basic | Visual Basic Upgrade Wizard