VB6 migrating to .Net with Visual Studio 2010

前端 未结 6 2303
悲&欢浪女
悲&欢浪女 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:57

    Since VS2010 is still in Beta, it's hard to say how the final product is going to perform. Right now, it looks like the Migration code is still a little rocky.

    I'm going out on a limb and saying that VS2010 isn't going to be any better at importing something as old as a VB6 project than previous versions. Chances are, no matter what happens, you're going to have to re-write a significant portion of that application to get any benefit out of .NET anyway.

提交回复
热议问题