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 开发者_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
精彩评论