Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I think I may have purchased the wrong version of VB.NET. I would like to migrate my applications to VB.NET from VB6. If there are any websites or books that describe this in detail could you please inform me.

 

Thanks in advance.

Guest Ed Simon
Posted

I had the same problem. I couldn't find the conversion utility.

 

You should be able to click on any VB6 ".VBP" file and the conversion utility will start the conversion automatically.

 

1) Start VB.NET

2) Click OPEN PROJECT on the start page

 

3) The Upgrade wizard should be invoked automatically.

 

 

The problem I had was that I bought the $99 version of VB.NET

 

There was no mention that it didn't contain the upgrade Wizard.

 

I then purchased the $450 - ??? version and the upgrade Wizard was included.

 

 

 

At that time there was a $300 rebate on the more expensive version but you had to have a VB#6 to send in some boxtop or ... or ... to get the rebate.

Guest Ed Simon
Posted

Woops!!!!! I forgot to mention something.

 

For a new user of VB.NET the changes from VB#6 to .NET can be frustrating.

 

 

I would recomment a book by

 

Frabcesco Balena

 

Programming MICROSOFT Visual Basic .NET

 

ISBN 0-7356-1375-3

 

published by MICROSOFT PRESS

 

 

Good Luck,

Ed

  • 2 weeks later...
Posted

VB6 to .net upgrade

 

I have so far found the upgrade wizard to be almost useless. Unless you coded your projects in a very specific way, and they are very small then the upgrade wizard will have so many problems that the project you get out at the end will be rubbish. I have tried several of our own projects, and not one came even close to working after the two or three days (seriously) it took the upgrade wizard to complete.

 

Microsoft said that they had changed about 5% of VB in the transition to .net. I think it is more like 95%.

  • *Experts*
Posted

The upgrade utility is not a very reliable thing. Unless you have time

to go fiddle with the code, fixing broken coding standards and references

to the compatability namespace (not to mention the fact that most

of the syntax ported over will be in VB6 form, which may or may not

be valid; file access for instance). It's especially tedious for large-scale

projects, and would probably take less time (assuming you know the

language) to simply start over again.

  • 2 weeks later...
Posted

Thanks Much for the responces to my troubles.

 

I have been working in VB.NET for about 1 month now and 3 out of 10 programs that will be recreated in .NET have been completed. I am and number 4 and man it's hell.

 

Good luck coding!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...