Reputation: 25
I have a VB6 application which i need to convert to VB.NET 3.5. The application uses a lot of Business objects libraries and some external libraries. I would like to know if these libraries would behave the same way when i move from VB to VB.net?Are there chances that things would break?Please advice..
Upvotes: 1
Views: 102
Reputation: 4509
The answer is it depends. There should be no issue and I know Microsoft has made a great effort to make sure this type of migration path works, but being third party you never know if something may go wrong. The only advice I can give is test often and test everything. If it is possible make a program to just test the functionality of the libraries. HTH.
Wade
Upvotes: 1