Upgrading vb6.0 project to .net using wizard

dotolee

Member
Joined
Nov 30, 2004
Messages
20
Programming Experience
10+
Hi. I have a vb DLL that I just attempted to upgrade using the wizard. Although there were no errors, for one particular class, the system didn't upgrade it.
How can I figure out what happened / why it won't upgrade it?
 
you run the source code through the upgrade wizard, not the actual dll

once the source code has been converted you can start modifying it and whatnot ta make it more efficiant and stuff then ya simply compile the new dll and stress test it (eventually replace the old vb6 one)
 
Sorry, I guess I wasn't clear in the first message. I did upgrade the source code. My question is why would the system give a message that it didn't upgrade one particular class? In the upgrade report, there aren't any serious errors - just warnings. However, inside the code, the wizard included a comment that it didn't upgrade classs x.
I'm curious to find out why. How do I go about troubleshooting this?
 
Back
Top