I decompiled an application in VB, but it was not .NET, it was VB6. I would like to know how to convert since I already used the VbTo Converter and it crashed into one of the files. I look quickly for answers: /
I decompiled an application in VB, but it was not .NET, it was VB6. I would like to know how to convert since I already used the VbTo Converter and it crashed into one of the files. I look quickly for answers: /
This article shows you what you can do to migrate from VB6 to .NET: Case Study: Migrating a Large VB6 Application to .NET
The author cites some tools, so I will not repeat it here.
This Microsoft tool generates a report of what should be changed in migration.
But a tool will hardly migrate your code without any error, depending on how much code is best to do manually.