什么是最好的方法升级从.NET 2〜3.5?

问题描述:

我们一直在开发应用程序,因为.NET 2版本,现在我们正计划升级到.NET 3.5。从.NET 2.0,最好的方法升级什么是3.5?

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?

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

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

.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.