Upgrading a project from VB6 ti VB.net in Visual Studio 2005

When trying to upgrade a successful compiling VB6 project I obtain this error message:
Could not load referenced components: gpReport.dll (GP Report Class for Visual Basic 2.5.0) vbAgic32.dll (GP Library for Visual Basic a.1d.0) gpEdit.ocx (1.2.0) It is recommended you install VB6.0, with all referenced components, and ensure the application compiles and runs before upgrading.

I tried copying those files from VB6 in WINDOWS/VB60x/ocx/ directory and the upgrade finishes without any other error messages.

How could I solve this problem?

[548 byte] By [GiorgioAgrifoglio] at [2007-12-17]
# 1

What happens when you try to execute the VB.NET program now that the upgrade is complete? Since you've copied those DLLs over, you might just need to add references to them (If you're not familiar with VB.NET, just right click on the references folder under your project (in the solution explorer) and click add reference).

Josh

JoshLindenmuth at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...