Infragistics 版本 2010 兼容性
我在我的项目中使用 Infragistics 版本 8.1。我听说现在可用的最新版本是2010。我只是想知道如果我在我的项目中使用Infragistics 2010它会兼容吗,因为在我的项目中我使用的是.net 2.0。如果升级的话,兼容性如何?
谢谢
I am using Infragistics version 8.1 in my project. I heard that now the latest version availble is 2010. I just want to know that if i use Infragistics 2010 in my project will it be compatible, because in my project I am using .net 2.0. If I upgrade, what will be the compatibility?
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
2010.1 和 2010.2 中的 Infragistics 控件仍然针对 .NET Framework 2.0 进行编译。所以你不需要担心这个。
您应该担心他们所做的破坏性更改(我记得 UltraCombo 中关于自动完成的一项,其中旧属性被新属性替换,升级后新属性具有默认值,我认为是“无自动完成” )。
The Infragistics controls in 2010.1 and 2010.2 are still compiled against .NET Framework 2.0. So you don't need to worry about that.
You should worry about breaking changes they have made (I can remember one in UltraCombo regarding the AutoComplete, where the old property was replaced by a new one, and after upgrading the new property had the default value, which I think was "No AutoComplete").
我在 .net 2 和 3 版本的 Win 表单项目中使用 2010 版本时完全没有任何问题。
使用项目升级实用程序就可以了。当然,让它进行备份以防万一。
I have no issues at all using the 2010 versions with Win forms projects in both .net 2 and 3 vintages.
Use the Project upgrade utility and you will be fine. Of course let it make a back up just in case.