开发者

Library behaviour while migrating from VB6 to VB.NET

开发者 https://www.devze.com 2023-01-26 11:18 出处:网络
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 开发者_StackOverflowexternal libraries.

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 开发者_StackOverflowexternal 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..


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

0

精彩评论

暂无评论...
验证码 换一张
取 消