The analysis part is slightly different in this case. We begin by studying the current application, and try to identify code blocks that require changes. In order to migrate your VB applications, it is not recommended that you directly convert your existing applications to .NET and fix the converted code in .NET. It is always better to take the existing application to the "Migration Ready" stage.
Here are the steps for migrating applications from VB 6.0 to VB .NET:
- Evaluate the project and create a migration strategy.
- Make the changes in VB 6.0 project and create a "Migration Strategy."
- Migrate using the Visual Basic .NET Migration tool.
- If the changes are not at par, make more changes and use the Migration tool (repeat Steps 2 and 3 as necessary).
- Get developers at speed and make changes in .NET.
- Build the .NET solution.
Macrosoft
Said
Good information for upgrading visual basic.
VB.Net Migration