|
-
Mar 17th, 2007, 09:03 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] VB6 to VB.net help!!!
I just got Visual Basic 2005 express and I tried to import my VB6 Project. It is a very large project and when it was done it's import it sayed that I had 106 errors and 2 Warnings. My original vb6 project worked perfect. How do I get my Project to Compile properly? Do I have to manualy fix all the errors? Is there an easier way?
-
Mar 17th, 2007, 09:34 PM
#2
Re: VB6 to VB.net help!!!
Yes you manually fix all the errors. VB 2005 is NOT VB6. There are a lot of changes and the upgrade wizard is a courtesy only. It cannot create a fully working VB 2005 app form VB6 code in any but the simplest cases. Even then the code will probably be something most developers would be ashamed to have written from scratch. Most people suggest not using the upgrade wizard at all. Rewriting from scratch helps you learn and ensures that, up to your ability at least, your app contains "proper" VB.NET code and not a series of hacks to get it to work like it did in VB6.
-
Mar 17th, 2007, 10:16 PM
#3
Thread Starter
Hyperactive Member
Re: VB6 to VB.net help!!!
Ok then thanks. I guess I'll be learning things all over again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|