VB6 to VB.NET

J

Julius Mong

..NET doesn't do a very good job, and things like App and stuff don't get
converted properly... disappointing... are there other good conversion tools
for that or am I stuck?

Thanx, Jules
 
H

Herfried K. Wagner [MVP]

* "Julius Mong said:
.NET doesn't do a very good job, and things like App and stuff don't get
converted properly... disappointing... are there other good conversion tools
for that or am I stuck?

Maybe this tool will help you with the migration process:

Micrososoft Visual Basic Code Advisor
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvb600/html/vb6_FixItRuleTool.asp>

Papers and inforamtion on migration:

<http://msdn.microsoft.com/vbasic/using/migrating/>
 
J

Jerry

Julius,
You are the conversion tool. You may want to learn why each of the changes
were made and you will then know how and why to convert it.
Another thing that won't convert well is ADO commands. That is because
ADO.NET is redesigned from the ground up to be scalable - something classic
ADO is not. For each thing that doesn't convert there is a good reason.
 

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