vb6 migration to .net
-
hey all, i have an application developed in vb6 and i have to migrate it to vb.net is there any free tool to help me doing that? 10x a lot
Visual Studio tries, but I don't know of any better tools. VB6 -> VB.NET is two different languages, some rewrite will always be needed.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hey all, i have an application developed in vb6 and i have to migrate it to vb.net is there any free tool to help me doing that? 10x a lot
Hi I too doing the same job ..I didn't find any tool for this conversion. Try to open the VB6 project file with the Visual Studio,it will ask for upgrade option It will upgrade some code and leaves a message over the code where it fails. Happy coding..