Home All Groups Group Topic Archive Search About

Converting from VB6 to VB.NET 2003

Author
9 Jan 2006 8:31 PM
Marty
Hi,

I have a very big VB6 program to convert to VB.NET 2003.  When I use the
..NET converter, it convert up to a point where the converter just hang
and never finish the job.  The converter is not freezing, it is at
approx. 80% that the converter just hang (with almost 0% CPU from task
manager).

Is there a VB6 code validator to run on my program to be sure that it is
convertable?

Regards,
Marty

Author
9 Jan 2006 8:51 PM
Ken Halter
"Marty" <xmart***@hotmail.com> wrote in message
news:hKzwf.70209$m05.69344@clgrps12...
> Hi,
>
> I have a very big VB6 program to convert to VB.NET 2003.  When I use the
> .NET converter, it convert up to a point where the converter just hang and
> never finish the job.  The converter is not freezing, it is at approx. 80%
> that the converter just hang (with almost 0% CPU from task manager).
>
> Is there a VB6 code validator to run on my program to be sure that it is
> convertable?
>
> Regards,
> Marty

There are a couple of tools...

Code Advisor for Visual Basic 6.0
http://www.microsoft.com/downloads/details.aspx?FamilyID=a656371a-b5c0-4d40-b015-0caa02634fae&DisplayLang=en

I think this one's geared toward VS2005 but it's very cool... even if you're
not migrating to .Net

Visual Basic 6.0 to Visual Basic .NET Upgrade Assessment Tool
http://www.microsoft.com/downloads/details.aspx?FamilyId=10C491A2-FC67-4509-BC10-60C5C039A272&displaylang=en

Don't count on too much, as far as automatic conversion goes. VB6 and dotNet
are just too different.

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Author
11 Jan 2006 1:20 PM
Marty
Thank you, I'll try those two applications.
Marty

Ken Halter wrote:
Show quoteHide quote
> "Marty" <xmart***@hotmail.com> wrote in message
> news:hKzwf.70209$m05.69344@clgrps12...
>
>>Hi,
>>
>>I have a very big VB6 program to convert to VB.NET 2003.  When I use the
>>.NET converter, it convert up to a point where the converter just hang and
>>never finish the job.  The converter is not freezing, it is at approx. 80%
>>that the converter just hang (with almost 0% CPU from task manager).
>>
>>Is there a VB6 code validator to run on my program to be sure that it is
>>convertable?
>>
>>Regards,
>>Marty
>
>
> There are a couple of tools...
>
> Code Advisor for Visual Basic 6.0
> http://www.microsoft.com/downloads/details.aspx?FamilyID=a656371a-b5c0-4d40-b015-0caa02634fae&DisplayLang=en
>
> I think this one's geared toward VS2005 but it's very cool... even if you're
> not migrating to .Net
>
> Visual Basic 6.0 to Visual Basic .NET Upgrade Assessment Tool
> http://www.microsoft.com/downloads/details.aspx?FamilyId=10C491A2-FC67-4509-BC10-60C5C039A272&displaylang=en
>
> Don't count on too much, as far as automatic conversion goes. VB6 and dotNet
> are just too different.
>