
Migrating existing VB code to Visual Basic .NET is not just a matter of loading it to the new version. VB.NET does include an upgrade wizard. It does a good job converting your syntax, but that's just half of the work. Your project will not compile right away, you'll have a lot of issues ahead. If you weren't prepared, you might decide you didn't want to migrate after all.
|