代码之家  ›  专栏  ›  技术社区  ›  user200783

哪些Windows版本(包括Service Pack编号)支持.NET框架?

  •  0
  • user200783  · 技术社区  · 15 年前

    .NET Framework 3.5 SP1支持哪些版本的Windows(必要时包括最低Service Pack级别)?

    此外,此信息是否可用于.NET 4.0?

    编辑:

    Barsmonster的链接给出了.net 3.5sp1的操作系统需求,但不幸的是,没有提到所需的服务包。例如,我知道,不需要“Windows XP”,.NET 3.5 SP1实际上需要xp sp2。是否有人知道其他Windows版本的Service Pack要求(如果有)?

    此外,对于.NET 4,链接给出了预发布版本的要求。我们知道RTM是否会发生变化吗?

    1 回复  |  直到 15 年前
        1
  •  3
  •   BarsMonster    15 年前

    .NET 3.5 SP1: http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en

    支持的操作系统:Windows Server 2003;Windows Server 2008;Windows Vista;Windows XP

    .NET 4测试版: http://www.microsoft.com/downloads/details.aspx?FamilyID=ee2118cc-51cd-46ad-ab17-af6fff7538c9&displaylang=en

    * Windows XP SP3
    * Windows Server 2003 SP2
    * Windows Vista SP1 or later
    * Windows Server 2008 or later (not supported in Server Core Role)
    * Windows 7 RC
    * Windows Server 2008 R2 RC (not supported in Server Core Role)
    

    建筑学:

    * x86
    * x64
    * ia64 (some features are not supported in ia64 for example, WPF)
    
    推荐文章