.net-4.0 - .Net Framework 4 扩展是什么?

标签 .net-4.0

出于测试目的,我安装了.Net Framework 4 Client Profile。我的测试结束了,我要卸载它,以便完整安装 .Net Framework 4。卸载程序告诉我先卸载 .Net Framework 4 扩展。

我已经找到它并卸载了,但问题仍然存在:什么是 .Net Framework 4 扩展?

最佳答案

从必应得到这个。微软似乎已经从核心框架中删除了一些功能,并将其添加到一个单独的可选(?)框架组件中。

引自 MSDN ( http://msdn.microsoft.com/en-us/library/cc656912.aspx )

The .NET Framework 4 Client Profile does not include the following features. You must install the .NET Framework 4 to use these features in your application:

* ASP.NET
* Advanced Windows Communication Foundation (WCF) functionality
* .NET Framework Data Provider for Oracle
* MSBuild for compiling

关于.net-4.0 - .Net Framework 4 扩展是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2758350/

相关文章:

c# - 并发词典的正确用法

c# - 有没有办法用 WebClient 做一个 PUT?

c# - 寻求 Excel 自定义函数工具提示

.net-4.0 - xUnit 1.9.2 和 .Net 4.0

.net3.5 应用程序与 .net 框架 4

c# - TreeNode.NextVisibleNode 损坏了吗?

c# - 是否可以创建具有数千个长时间运行的 TCP 连接的可伸缩 WCF 服务?

C# 4.0 隐式类型动态对象

c# - 如何将本地集合与 Linq-to-SQL 一起使用?

c# - 这个SQL可以在LINQ中完成吗?