简体   繁体   English

如果我在Windows 7上安装.NET 4.0 Full,是否需要.NET 4.0 Client Framework?

[英]Do I need the .NET 4.0 Client Framework if I install .NET 4.0 Full on Windows 7?

I want to completely prepare an x86 Windows 7 PC for any existing or new .NET apps that might exist. 我想为可能存在的任何现有或新的.NET应用程序完全准备x86 Windows 7 PC。 Which versions of .NET Framework should I install? 我应该安装哪些版本的.NET Framework? Windows 7 appears to ship with .NET 3.0 or .NET 3.5.1 inbuilt . Windows 7似乎附带内置的 .NET 3.0或.NET 3.5.1 Which means I need to install: 这意味着我需要安装:

  • .NET Framework 3.5 SP1 - Full, 230 MB - Do I need this since Windows 7 includes it by default? .NET Framework 3.5 SP1 - 完整,230 MB - 我是否需要此功能,因为Windows 7默认包含它?
  • .NET Framework 4.0 - Full, 35 MB .NET Framework 4.0 - 完整,35 MB
  • .NET Framework 4.0 - Client, 28 MB - Do I need this if I install 4.0 Full? .NET Framework 4.0 - 客户端,28 MB - 如果我安装4.0 Full,是否需要此功能?

Is that correct? 那是对的吗?

As I know, .NET Framerwork 3.5 ships with Windows 7, so you must install .NET Framework 4.0 Full. 据我所知,.NET Framerwork 3.5附带Windows 7,因此您必须安装.NET Framework 4.0 Full。 Client libraries allows you only to execute .NET programs. 客户端库只允许您执行.NET程序。

除非您进行需要完整框架的.NET开发,否则应安装.NET Framework 4.0 Client。

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

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