JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: How to convert vb project to vb.net related question ??
There is a conversion utility (although VB.NET may do this automatically if opening a VB6 project, don't have so can't say) that will convert it.
Although it is, for many programs, impossible for any conversion utility to convert a program without any errors. The conversion utility will make comments to where it made changes and where problems will exist, but some objects have different properties that can't be converted due to not exising in the same way in VB.NET (ex: ADO). There are numerous changes between the two.
The only completely accurate way is to, well, re-write the program in VB.NET. [I've seen hundreds of pages of details in changes, tips, best ways to convert a project, all really come down to the re-write - otherwise you're not really using .NET to it's potential]
The following may be of help:
http://www.fawcette.com/vsm/
[Edited by JLRodgers on 27-04-2003 at 03:27 PM GMT]
____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
|