从 VB6 迁移到 VB.NET 时的库行为
我有一个 VB6 应用程序,需要将其转换为 VB.NET 3.5。该应用程序使用了大量的业务对象库和一些外部库。 我想知道当我从 VB 迁移到 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..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是视情况而定。应该没有问题,我知道微软已经付出了巨大的努力来确保这种类型的迁移路径有效,但作为第三方,你永远不知道是否会出现问题。我能给出的唯一建议是经常测试并测试一切。如果可能的话,制作一个程序来测试库的功能。 HTH。
韦德
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