[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? :thumb:
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.
Re: VB6 to VB.net help!!!
Ok then thanks. I guess I'll be learning things all over again.