客户档案VS全部 [英] Client Profile vs Full

查看:125
本文介绍了客户档案VS全部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
  <一href="http://stackoverflow.com/questions/2759228/difference-between-net-4-client-profile-and-full-framework-download">Difference .NET 4客户端配置文件和完整的框架下载之间

Possible Duplicate:
Difference between .NET 4 Client Profile and Full Framework download

我注意到,你可以在目标平台的.NET应用程序更改为客户端配置文件或完整的个人资料。两者之间的区别是什么?我应该如何选择是正确的为我的项目?

I noticed that you can change the target platform in .NET applications to the Client Profile or the Full profile. What is the difference between the two? How should I choose which is the correct one for my project?

推荐答案

MSDN 总结

当面向.NET Framework 4的客户端配置文件,您不能引用程序集是不是在.NET Framework 4客户端配置文件。相反,你必须面向.NET Framework 4。

When targeting the .NET Framework 4 Client Profile, you cannot reference an assembly that is not in the .NET Framework 4 Client Profile. Instead you must target the .NET Framework 4.

.NET Framework 4的客户端配置文件中不包括以下功能。您必须安装.NET Framework 4的使用在应用程序中这些功能:

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:

  • 在.NET Framework数据提供程序的Oracle
  • 在ASP.NET
  • 高级Windows通讯基础(WCF)功能
  • 的MSBuild编译

这是面向.NET Framework 4客户端配置文件一般是让下载更小尺寸的改进部署体验和更快的安装时间的应用。针对.NET Framework 4的客户端配置文件有一个较小的再分发包,安装最小的一组用户计算机上的客户端组件,而不需要完整版本的.NET Framework 4的是present的应用程序。

Applications that target the .NET Framework 4 Client Profile typically improve the deployment experience by having smaller download sizes and quicker install times. An application that targets the .NET Framework 4 Client Profile has a smaller redistribution package that installs the minimum set of client assemblies on the user's computer, without requiring the full version of the .NET Framework 4 to be present.

这篇关于客户档案VS全部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆