简体   繁体   English

.NET Framework和.NET Framework客户端配置文件之间的区别

[英]Difference between .NET Framework and .NET Framework Client Profile

I was reading about Visual abstract class in the following msdn link. 我在下面的msdn链接中阅读有关Visual abstract class的信息。 http://msdn.microsoft.com/en-us/library/system.windows.media.visual.aspx http://msdn.microsoft.com/en-us/library/system.windows.media.visual.aspx

I found two similar sounding phrases .NET Framework and .NET Framework Client Profile under "Version Information" heading. 我在“版本信息”标题下找到了两个类似的发音短语。NETFramework.NET Framework Client Profile

Can you please tell the differences between them? 你能告诉他们之间的区别吗?

Thanks :) 谢谢 :)

.NET framework 4 Client Profile is a smaller and indeed faster installer when compared to .NET framework 4. .NET framework 4 Client Profile is used to reduce the deployment failures in the framework. 与.NET Framework 4相比,.NET Framework 4 Client Profile是一个较小的安装程序,确实更快。.NETFramework 4 Client Profile用于减少该框架中的部署失败。 .NET framework 4 Client Profile is a redistribution package of smaller size and it installs minimal set of client assemblies. .NET Framework 4客户端配置文件是较小尺寸的重新分发程序包,它安装的客户端程序集最少。

.NET framework 4 Client Profile is used to create client desktop applications including applications based on Windows Forms and Windows Presentation Foundation (WPF) applications. .NET Framework 4客户端配置文件用于创建客户端桌面应用程序,包括基于Windows窗体和Windows Presentation Foundation(WPF)应用程序的应用程序。 .NET framework 4 complete installation is required instead of .NET framework 4 Client Profile if the application requires features that are not provided in the .NET framework 4 Client Profile. 如果应用程序需要.NET Framework 4客户端配置文件中未提供的功能,则需要.NET Framework 4完整安装而不是.NET Framework 4客户端配置文件。 .NET framework 4 Client Profile is not suitable for the scenarios illustrated below: .NET Framework 4客户端配置文件不适用于以下情况:

Building of server applications like ASP.NET applications and web services based on server side ASMX. 基于服务器端ASMX构建服务器应用程序,例如ASP.NET应用程序和Web服务。 Using legacy client scenarios such as legacy WWF version 3.0 or 3.5. 使用旧版客户端方案,例如旧版WWF 3.0或3.5。 Using developer scenarios that need MSBuild tools or designer assemblies. 使用需要MSBuild工具或设计器程序集的开发人员方案。 For the above scenarios, .NET framework 4 has to be used instead of .NET framework 4 Client Profile. 对于上述情况,必须使用.NET Framework 4代替.NET Framework 4 Client Profile。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM