【发布时间】:2011-04-24 19:42:15
【问题描述】:
我能否在安装了 .net framework 4(未安装 .net framework 3.5)的计算机上运行使用 .net framework 3.5 编译的应用程序? 谢谢
【问题讨论】:
标签: .net windows .net-3.5 .net-4.0 compatibility
我能否在安装了 .net framework 4(未安装 .net framework 3.5)的计算机上运行使用 .net framework 3.5 编译的应用程序? 谢谢
【问题讨论】:
标签: .net windows .net-3.5 .net-4.0 compatibility
是的,你可以。 CLR 4.0 向后兼容针对 .NET 3.5 编译的程序集。
【讨论】: