VB6 to VB.net conversion [closed]

孤街醉人 提交于 2020-01-09 05:36:34

问题


Exact duplicate: Best strategy for moving applications from VB6 to VB.Net
Exact duplicate: Conversion tool comparisons for VB6

can any one please tell the tool which converts vb6 to vb.net

thanks dagg


回答1:


There is one that comes with vb.net. When you open a .vbp vb6 project, it asks if you would like to automatically convert it to vb.net. It does a pretty good job, exclusive of third party add-ons.




回答2:


Microsoft Corp just published a world-wide case study based on the successful VB6 migration project:

http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000006181




回答3:


You can also try Visual Basic Upgrade Companion.
It generates VB .NET and C# and maps COM components to Framework components.

pr_vb_companion




回答4:


I believe that Visual Studio has a built-in VB6 -> VB .NET project and source conversion component built in. I haven't used it for a while, last time I did a conversion was with Visual Studio 2005. It was a little tricky, and there was still some manual clean up involved to get things working just right. I don't know what the VS2008 system is like.




回答5:


This is certainly not a trivial matter.

DotNetRocks recently did a show on this, which you will find here - Francesco Balena on VB to .NET Migration - http://www.dotnetrocks.com/default.aspx?showNum=491

This will introduce you to some of the issues, and indeed, a tool to do a conversion.



来源:https://stackoverflow.com/questions/1678064/vb6-to-vb-net-conversion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!