-
VB6 to VB.net
Hello
I have a question about converting a visual basic 6 program into a vb.net program.
After i use the upgrade wizard, i get many upgrade warnings, one of them is about marshalling. Could someone give some more information about this, like how important is it, and how do you go about fixing the problem.
Thanks for any help
-
Re: VB6 to VB.net
If you rewrite your code in pure .NET , then you don't need this marshalling thing . What I mean is upgrade wizard asks you to do extra stuff just for the sake of compatibility .