Converting VB6 project

R

Robert Bravery

HI all,

Can someone point me in the right direction. I am looking for the fastet and
simplest way of converting a vb6 project, written by someone else (I am
takeing over the project) to VB.net, posibly VB9

Thanks
Robert
 
P

PvdG42

Robert Bravery said:
HI all,

Can someone point me in the right direction. I am looking for the fastet
and simplest way of converting a vb6 project, written by someone else (I
am takeing over the project) to VB.net, posibly VB9

Thanks
Robert

Regardless of the tool you use, there will likely be some serious work to do
yourself. The conversion utility in Visual Studio will produce output that
will point you to the areas requiring your attention. Whether other
recommended tools will do an automatic conversion or not, I'm not sure.
You'll have to look at the cost of such tools and judge for yourself whether
it's worth it.
 
R

Robert Bravery

Well it was not a multipost, I really want to go to C#, but heard that it
was not possible, but I needed to confirm, hence my post in c#section.
This post was an attempt to convert vb6 to vb9 then later on to C#

Robert
 
B

Bruce W. Roeser

I would concur with this. I converted my business rules-engine from VB6 to
VB.Net a couple of years ago and I can vouch for the fact that it takes a
LOT of work to get the .Net version of it working properly. You pretty much
need to inspect the entire code base to make sure the changes mapped
properly. Even sections that APPEARED right used language constructs that
were slightly different and required a re-think.

-b
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top