VB6 migrating to .Net with Visual Studio 2010

前端 未结 6 2268
悲&欢浪女
悲&欢浪女 2021-02-19 02:34

Has anyone migrated a VB6 project to .Net with Visual Studio 2010?

I have tested the migration in VS2005, but the resulting .Net code was so messed up, that we decided n

6条回答
  •  悲&欢浪女
    2021-02-19 02:52

    As many have pointed out, I very much doubt there will have been much more work done on the VB6 upgrade wizard. The VB6 upgrade wizard in Visual Studio is actually a cut down version of ArtinSoft's Visual Basic Upgrade Companion.

    Upgrading a non-trivial VB6 application is a fairly time consuming task but there are a number of great articles such as this one that can help smooth out the road for you:

    Refactor Your Way to Migration Success (VSM)

    A combination of good methodology and professional tools such as those by ArtinSoft and Code Architects will hopefully make for a successful result.

提交回复
热议问题