VB6 to VB.NET

  • Thread starter Thread starter Julius Mong
  • Start date Start date
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
 
* "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/>
 
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.
 
Back
Top