从 .NET 2 升级到 3.5 的最佳方法是什么?

发布于 2024-08-31 11:57:13 字数 200 浏览 5 评论 0原文

自 .NET 2 发布以来,我们一直在开发应用程序,现在我们计划升级到 .NET 3.5。从 .NET 2.0 升级到 3.5 的最佳方法是什么?

顺便说一句......我们使用的外部组件是:
1.EntitySpace-ORM
2.微软企业库
3.微软ReportingViewer 9.00
4. Telerik ASP.NET 控件

We've been developing apps since .NET 2 release and now we are planning to upgrade to .NET 3.5. What is the best approach upgrading from .NET 2.0 to 3.5?

BTW ... the external components that we use are:
1. EntitySpace - ORM
2. Microsoft Enterprise Library
3. Microsoft ReportingViewer 9.00
4. Telerik ASP.NET Controls

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

野生奥特曼 2024-09-07 11:57:13

.NET Framework 3.5 是 .NET Framework 2.0 的超集。除了重新定位构建输出之外,您不必执行任何操作。如果任何第三方组件需要 .NET 2.0,则仍必须将其安装在目标计算机上。

.NET Framework 3.5 is a superset of .NET Framework 2.0. You shouldn't have to do anything except re-target your build output. If any third party components require .NET 2.0 then it will have to still be installed on the target machine.

尘世孤行 2024-09-07 11:57:13

.NET 2.0 和 3.5 共享相同版本的 CLR (2.0)。 .NET Framework 3.5 只是 .NET 2.0 加上一堆用于 WCF、WPF、Linq 的附加库......

你不应该有任何问题。

.NET 2.0 and 3.5 Share the same version of CLR (2.0). What .NET framework 3.5 is just .NET 2.0 with a bunch of added lib for WCF, WPF, Linq ....

you shouldn't have any problems.

吹梦到西洲 2024-09-07 11:57:13

正如其他人所说,升级非常简单,但是您可能必须更改一些代码,因为某些库方法可能已被弃用。 (好吧,您不必这样做,您只会收到有关它的警告。)

As others have said, the upgrade is pretty much trivial, but you may have to change some code, because some library methods may have been deprecated. (Well, you won't have to, you'll just get warnings about it.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文