TheBeast
TheBeast

Reputation: 25

Library behaviour while migrating from VB6 to VB.NET

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

Answers (1)

Wade73
Wade73

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

Related Questions