Windows 7 SP1 和 Server 2008 R2 SP1 的 .NET Framework 4.6、4.6.1、4.6.2、4.7 和 4.7.1 的质量汇总预览,以及适用于 Server 2008 .NET Framework 4.6 (KB 4096234)

应用对象
.NET Framework 4.7.1 .NET Framework 4.7 .NET Framework 4.6 .NET Framework 4.6.1 .NET Framework 4.6.2

简介

此适用于 Windows 7 SP1 和 Windows Server 2008 R2 SP1 的 2018 年 5 月更新包括 .NET Framework 4.6、4.6.1、4.6.2、4.7 和 4.7.1 中的累积可靠性改进。 此外,此 2018 年 5 月更新适用于 Windows Server 2008,包括 .NET Framework 4.6 中的改进。 我们建议你将此更新作为定期维护工作的一部分进行应用。 安装此更新之前,请参阅“先决条件”和“重启要求”部分。

重要提示

  • .NET Framework 4.6、4.6.1、4.6.2 和 4.7 的所有更新都需要安装 d3dcompiler_47.dll 更新。 我们建议你在应用此更新之前先安装随附的 d3dcompiler_47.dll 更新。 有关 d3dcompiler_47.dll 更新的详细信息,请参阅适用于 Windows 7 SP1 和 Windows Server 2008 R2 SP1 的知识库4019990。 或者,请参阅 Windows Server 2008 SP2 的知识库4019478。
  • 若在安装此更新后安装语言包,则必须重新安装此更新。 因此,我们建议先安装所需的全部语言包,然后再安装此更新。 有关更多信息,请参阅添加语言包至 Windows

质量与可靠性改进

CLR1
  • 修复了 WindowsIdentity.Impersonate 中未显式清理句柄的问题。
  • 修复了集合类型(例如 ConcurrentDictionary)使用 CultureAwareComparer 时出现的反序列化问题。
  • 修复了线程池爬山算法中浮点溢出的问题。
  • 修复了以下问题:你观察到 ntoskrnl 使用的 CPU 使用率过高!KiPageFault 源自 bGC (由 clr!*gc_heap::bgc_thread_function) 指示,你可能希望进行此更改,以便 GC 进程不再使用系统实现的写入监视来跟踪 BGC 堆修改。 这种使用非常昂贵,因为每个页面错误都必须采用进程范围的锁定。 这在系统的最新版本中尤其明显。 你可能发现大部分 CPU 都用在 了 ntoskrnl 中!ExpWaitForSpinLockExclusiveAndAcquire 函数。 此更改使 GC 改用写入监视的 CLR 实现。
NCL2
  • 修复了使用 HttpClient 将请求发送到环回地址时出现的连接限制问题。 有关详细信息,请参阅 此 .NET 博客文章
WPF3
  • 修复了在单独的 AppDomain 中托管 WPF 内容的应用程序关闭期间可能发生崩溃的问题。 (例如,托管使用 WPF.) 的 VSTO 外接程序的 Office 应用程序
  • 修复了导致 XAML 浏览器应用程序 (XBAP) 有时通过使用 .NET 4 错误加载面向 .NET 3.5 的问题。x runtime。

    在 CLR v4 下,无法运行面向 .NET Framework 3.5 的 XBAP 应用程序的客户必须启用此问题的修补程序。 可以通过设置下表中的注册表子项值来启用修复。

    平台体系结构注册表子项值名称 值类型 值说明32 位HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Windows Presentation Foundation\HostingDoNotLaunchVersion3HostedApplicationInVersion4RuntimeREG_DWORD0,或值不存在X 面向 .NET Framework 3.5 or.NET Framework 4.x 的应用程序都将在 CLR v41 下启动,或者任何非零值面向 .NET Framework 3.5 的 XBAP 应用程序将在 CLR v2 下启动,目标为 XBAP 应用程序.NET Framework将在 CLR v464-bit 下启动 4.x 应设置以下子项的Both:
    子项 1

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\Windows Presentation Foundation\Hosting
    子项 2

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Windows Presentation Foundation\HostingDoNotLaunchVersion3HostedApplicationInVersion4RuntimeREG_DWORD0 或值不存在X面向 .NET Framework 3.5 or.NET Framework 4.x 的BAP 应用程序都将在 CLR v41 下启动,或者任何面向 .NET Framework 3.5 的非零值XBAP 应用程序将在 CLR v2 下启动,目标为 .NET Framework 4.x 的 XBAP 应用程序将在 CLR 下启动
  • 修复了以下问题:如果绑定 (或 MultiBinding) 中使用的 DataTrigger (或 MultiDataTrigger) ,属于 Style (或 Template 或 ThemeStyle) 报告新值,但其宿主元素在报告过程中非常狭窄的时间段内收集,则 WPF 应用程序可能会因为 NullReferenceException 而崩溃。
  • 修复了 WPF 应用程序因虚假 的 ElementNotAvailableException 而崩溃的问题。 执行以下步骤时,可能会发生这种情况:
  1. 更改 TreeView.IsEnabled
  2. 从集合中删除项 X
  3. 将同一项 X 重新插入到集合中
  4. 从其集合中删除 X 的子项 Y 之一
注意 与步骤 2 和 3 相比,步骤 4 可以随时发生。 但是,步骤 4 必须在步骤 1 之后进行。 步骤 2-4 必须发生在对 UpdatePeer 的异步调用之前(步骤 1 发布)。 如果步骤 2-4 都在同一按钮单击处理程序中发生,则会发生此情况。

         1 公共语言运行时 (CLR)
2 网络类库 (NCL)
3 Windows Presentation Foundation (WPF)

有关此更新的其他信息

有关此更新的详细信息,因为它与 Windows 7 SP1 和 Windows Server 2008 R2 SP1 相关,请参阅Microsoft知识库中的以下文章:

4103472 Windows 7 SP1 和 Server 2008 R2 SP1 .NET Framework 3.5.1、4.5.2、4.6、4.6.1、4.6.2、4.7 和 4.7.1 的质量汇总预览 (KB 4103472)

有关此更新与 Windows Server 2008 相关的详细信息,请参阅Microsoft知识库中的以下文章:

4103474 2018 年 5 月 2018 年 5 月的质量汇总预览,适用于 .NET Framework 2008 Windows Server 2.0 SP2、3.0 SP2、4.5.2 和 4.6 (KB 4103474)

已知问题

如果应用程序使用依赖于序列化流中特定字段顺序的自定义格式化程序序列化或反序列化数据,则尝试反序列化在以前版本的 .NET Framework 上序列化的 CustomAwareComparer 对象的实例时,可能会收到异常错误消息。

异常错误可能如下所示:

注意

  • 异常类型:System.ArgumentException
  • 消息:无法将类型为“System.Globalization.CompareOptions”的对象转换为类型“System.Boolean”。

如何获取此更新

Windows 更新

可以通过 Windows 更新获取此更新。 启用自动更新后,系统会自动下载并安装此更新。 有关如何自动获取安全更新的更多信息,请参阅 Windows 更新:常见问题解答

Microsoft 更新目录

若要获取此更新的独立程序包,请转到 Microsoft 更新目录网站。

  • 对于 Windows 7 SP1 和 Windows Server 2008 R2 SP1,应用更新 KB 4103472
  • 对于 Windows Server 2008,应用更新 KB 4103474

Windows Server Update Services(WSUS)

请在 DFS 服务器上按照以下步骤操作:

  1. 依次单击“开始”、“管理工具”、“Microsoft Windows Server Update Services 3.0”。
  2. 展开 “ComputerName”,然后单击“ 操作”。
  3. 单击“导入汇报”。
  4. WSUS 打开可能提示您安装 ActiveX 控件的浏览器视窗。 必须安装 ActiveX 控件才能继续。
  5. 安装 ActiveX 控件后,会看到 “Microsoft更新目录 ”屏幕。 输入 Windows 7 SP1 和 Windows Server 2008 R2 SP1 的4103472,或在“搜索”框中输入 Windows Server 2008 4103474,然后单击“搜索”。
  6. 找到与当前环境下的操作系统、语言和处理器匹配的 .NET Framework 程序包。 单击“ 添加 ”将其添加到购物篮。
  7. 选择所需的所有包后,单击“ 查看购物篮”。
  8. 若要将包导入 WSUS 服务器,请单击“ 导入”。
  9. 导入包后,单击“ 关闭 ”返回到 WSUS。

现在,即可通过 WSUS 安装更新了。

先决条件

若要应用此更新,必须安装 .NET Framework 4.6、4.6.1、4.6.2、4.7 或 4.7.1。

重启要求

如果未使用受影响的文件,则应用此更新之后无需重新启动计算机。 我们建议你退出所有基于 .NET Framework 的应用程序,然后再应用此更新。

更新替代信息

此更新将替换以前发布的更新 KB 4057273KB 4057270

文件信息

文件属性

此更新的英语(美国)版本将安装具有下表所列属性的文件。 这些文件的日期和时间使用协调世界时 (UTC) 列出。 这些文件在本地计算机上显示的日期和时间是本地时间再加上当前夏令时 (DST) 偏差。 此外,如果对这些文件执行某些操作,日期和时间可能会更改。

对于所有受支持的基于 x86 的系统版本

文件名 文件版本 文件大小 日期 时间
Aspnet_perf.dll 4.7.2634.0 42,656 2018 年 4 月 12 日 00:33
aspnet_wp.exe 4.7.2634.0 46,184 2018 年 4 月 12 日 00:33
clr.dll 4.7.2661.0 7,240,312 2018 年 4 月 12 日 00:35
clrjit.dll 4.7.2661.0 522,888 2018 年 4 月 12 日 00:35
dfdll.dll 4.7.2634.0 159,872 2018 年 4 月 12 日 00:33
GlobalUserInterface.CompositeFont 186,009 2018 年 4 月 12 日 00:35
mscordacwks.dll 4.7.2661.0 1,341,080 2018 年 4 月 12 日 00:35
mscordbi.dll 4.7.2661.0 1,167,504 2018 年 4 月 12 日 00:35
mscoreei.dll 4.7.2634.0 511,632 2018 年 4 月 12 日 00:33
mscorlib.dll 4.7.2661.0 5,632,144 2018 年 4 月 12 日 00:35
msvcp120_clr0400.dll 12.0.52519.0 485,576 2018 年 4 月 12 日 00:35
msvcr120_clr0400.dll 12.0.52519.0 987,840 2018 年 4 月 12 日 00:35
VsVersion.dll 14.7.2634.0 19,096 2018 年 4 月 12 日 00:33
peverify.dll 4.7.2661.0 188,560 2018 年 4 月 12 日 00:35
PresentationCore.dll 4.7.2661.0 3,635,016 2018 年 4 月 12 日 00:35
PresentationFramework.dll 4.7.2661.0 6,211,424 2018 年 4 月 12 日 00:35
PresentationHost_v0400.dll 4.7.2661.0 214,216 2018 年 4 月 12 日 00:35
PresentationHost_v0400.dll.mui 4.7.2661.0 84,696 2018 年 4 月 12 日 00:35
PresentationNative_v0400.dll 4.7.2661.0 827,088 2018 年 4 月 12 日 00:35
ServiceMonikerSupport.dll 4.7.2634.0 29,384 2018 年 4 月 12 日 00:33
SMDiagnostics.dll 4.7.2634.0 73,288 2018 年 4 月 12 日 00:33
SOS.dll 4.7.2661.0 743,544 2018 年 4 月 12 日 00:35
System.Activities.dll 4.7.2634.0 1,532,520 2018 年 4 月 12 日 00:33
System.ComponentModel.DataAnnotations.dll 4.7.2634.0 126,168 2018 年 4 月 12 日 00:33
System.Core.dll 4.7.2661.0 1,482,296 2018 年 4 月 12 日 00:35
System.Data.Entity.dll 4.7.2634.0 4,034,232 2018 年 4 月 12 日 00:33
System.DirectoryServices.AccountManagement.dll 4.7.2634.0 296,224 2018 年 4 月 12 日 00:33
System.IdentityModel.dll 4.7.2634.0 1,088,632 2018 年 4 月 12 日 00:33
System.IdentityModel.Services.dll 4.7.2634.0 198,368 2018 年 4 月 12 日 00:33
System.Runtime.Serialization.dll 4.7.2634.0 1,054,368 2018 年 4 月 12 日 00:33
System.ServiceModel.Channels.dll 4.7.2634.0 157,920 2018 年 4 月 12 日 00:33
System.ServiceModel.Discovery.dll 4.7.2634.0 308,456 2018 年 4 月 12 日 00:33
System.ServiceModel.dll 4.7.2634.0 6,315,624 2018 年 4 月 12 日 00:33
System.ServiceModel.Internals.dll 4.7.2634.0 253,616 2018 年 4 月 12 日 00:33
System.ServiceModel.Routing.dll 4.7.2634.0 130,776 2018 年 4 月 12 日 00:33
System.ServiceModel.WasHosting.dll 4.7.2634.0 39,656 2018 年 4 月 12 日 00:33
System.Web.ApplicationServices.dll 4.7.2634.0 70,832 2018 年 4 月 12 日 00:33
System.Web.Extensions.dll 4.7.2634.0 1,849,464 2018 年 4 月 12 日 00:33
System.Workflow.Activities.dll 4.7.2634.0 1,051,352 2018 年 4 月 12 日 00:33
System.Workflow.ComponentModel.dll 4.7.2634.0 1,541,864 2018 年 4 月 12 日 00:33
System.Workflow.Runtime.dll 4.7.2634.0 498,888 2018 年 4 月 12 日 00:33
System.Runtime.Caching.dll 4.7.2634.0 109,768 2018 年 4 月 12 日 00:33
System.Data.dll 4.7.2634.0 3,397,272 2018 年 4 月 12 日 00:33
System.Data.SqlXml.dll 4.7.2634.0 734,312 2018 年 4 月 12 日 00:33
System.Deployment.dll 4.7.2634.0 845,408 2018 年 4 月 12 日 00:33
System.DirectoryServices.Protocols.dll 4.7.2634.0 201,416 2018 年 4 月 12 日 00:33
System.dll 4.7.2634.0 3,539,992 2018 年 4 月 12 日 00:33
System.Drawing.dll 4.7.2634.0 600,144 2018 年 4 月 12 日 00:33
System.Management.dll 4.7.2634.0 415,328 2018 年 4 月 12 日 00:33
System.Net.Http.dll 4.7.2634.0 203,352 2018 年 4 月 12 日 00:33
System.Runtime.Remoting.dll 4.7.2634.0 347,264 2018 年 4 月 12 日 00:33
System.Security.dll 4.7.2650.0 324,696 2018 年 4 月 12 日 00:33
System.Transactions.dll 4.7.2634.0 307,392 2018 年 4 月 12 日 00:33
System.Web.dll 4.7.2634.0 5,410,456 2018 年 4 月 12 日 00:33
System.Windows.Controls.Ribbon.dll 4.7.2661.0 742,632 2018 年 4 月 12 日 00:35
System.Windows.Forms.dll 4.7.2634.0 5,216,368 2018 年 4 月 12 日 00:33
System.Xaml.dll 4.7.2661.0 642,104 2018 年 4 月 12 日 00:35
System.Xml.dll 4.7.2634.0 2,670,136 2018 年 4 月 12 日 00:33
UIAutomationClient.dll 4.7.2661.0 178,000 2018 年 4 月 12 日 00:35
UIAutomationClientsideProviders.dll 4.7.2661.0 361,352 2018 年 4 月 12 日 00:35
UIAutomationProvider.dll 4.7.2661.0 48,984 2018 年 4 月 12 日 00:35
UIAutomationTypes.dll 4.7.2661.0 221,008 2018 年 4 月 12 日 00:35
webengine.dll 4.7.2634.0 24,720 2018 年 4 月 12 日 00:33
webengine4.dll 4.7.2634.0 550,040 2018 年 4 月 12 日 00:33
WindowsBase.dll 4.7.2661.0 1,289,528 2018 年 4 月 12 日 00:35
WMINet_Utils.dll 4.7.2634.0 136,352 2018 年 4 月 12 日 00:33
WorkflowServiceHostPerformanceCounters.dll 4.7.2634.0 89,352 2018 年 4 月 12 日 00:33
WPFFontCache_v0400.exe.mui 4.7.2661.0 19,144 2018 年 4 月 12 日 00:35
WPFFontCache_v0400.exe 4.7.2661.0 25,696 2018 年 4 月 12 日 00:35
wpfgfx_v0400.dll 4.7.2661.0 1,345,184 2018 年 4 月 12 日 00:35
Placeholder.dll 4.7.2634.0 24,728 2018 年 4 月 12 日 00:33
PenIMC2_v0400.dll 4.7.2661.0 86,176 2018 年 4 月 12 日 00:35

对于所有受支持的基于 x64 的系统版本

文件名 文件版本 文件大小 日期 时间
Aspnet_perf.dll 4.7.2634.0 46,232 2018 年 4 月 12 日 00:33
Aspnet_perf.dll 4.7.2634.0 42,656 2018 年 4 月 12 日 00:33
aspnet_wp.exe 4.7.2634.0 50,784 2018 年 4 月 12 日 00:33
aspnet_wp.exe 4.7.2634.0 46,184 2018 年 4 月 12 日 00:33
clr.dll 4.7.2661.0 10,360,952 2018 年 4 月 12 日 00:54
clr.dll 4.7.2661.0 7,240,312 2018 年 4 月 12 日 00:35
clrjit.dll 4.7.2661.0 1,208,456 2018 年 4 月 12 日 00:54
clrjit.dll 4.7.2661.0 522,888 2018 年 4 月 12 日 00:35
compatjit.dll 4.7.2661.0 1,259,664 2018 年 4 月 12 日 00:54
dfdll.dll 4.7.2634.0 191,624 2018 年 4 月 12 日 00:33
dfdll.dll 4.7.2634.0 159,872 2018 年 4 月 12 日 00:33
GlobalUserInterface.CompositeFont 186,009 2018 年 4 月 12 日 00:35
mscordacwks.dll 4.7.2661.0 1,838,232 2018 年 4 月 12 日 00:54
mscordacwks.dll 4.7.2661.0 1,341,080 2018 年 4 月 12 日 00:35
mscordbi.dll 4.7.2661.0 1,621,136 2018 年 4 月 12 日 00:54
mscordbi.dll 4.7.2661.0 1,167,504 2018 年 4 月 12 日 00:35
mscoreei.dll 4.7.2634.0 630,416 2018 年 4 月 12 日 00:33
mscoreei.dll 4.7.2634.0 511,632 2018 年 4 月 12 日 00:33
mscorlib.dll 4.7.2661.0 5,414,032 2018 年 4 月 12 日 00:54
mscorlib.dll 4.7.2661.0 5,632,144 2018 年 4 月 12 日 00:35
msvcp120_clr0400.dll 12.0.52519.0 690,008 2018 年 4 月 12 日 05/27/2020
msvcp120_clr0400.dll 12.0.52519.0 485,576 2018 年 4 月 12 日 00:35
msvcr120_clr0400.dll 12.0.52519.0 993,632 2018 年 4 月 12 日 05/27/2020
msvcr120_clr0400.dll 12.0.52519.0 987,840 2018 年 4 月 12 日 00:35
VsVersion.dll 14.7.2634.0 19,096 2018 年 4 月 12 日 00:33
VsVersion.dll 14.7.2634.0 19,096 2018 年 4 月 12 日 00:33
peverify.dll 4.7.2661.0 260,240 2018 年 4 月 12 日 00:54
peverify.dll 4.7.2661.0 188,560 2018 年 4 月 12 日 00:35
PresentationCore.dll 4.7.2661.0 3,612,336 2018 年 4 月 12 日 00:54
PresentationCore.dll 4.7.2661.0 3,635,016 2018 年 4 月 12 日 00:35
PresentationFramework.dll 4.7.2661.0 6,211,424 2018 年 4 月 12 日 00:35
PresentationHost_v0400.dll 4.7.2661.0 277,704 2018 年 4 月 12 日 00:54
PresentationHost_v0400.dll.mui 4.7.2661.0 84,696 2018 年 4 月 12 日 00:54
PresentationHost_v0400.dll 4.7.2661.0 214,216 2018 年 4 月 12 日 00:35
PresentationHost_v0400.dll.mui 4.7.2661.0 84,696 2018 年 4 月 12 日 00:35
PresentationNative_v0400.dll 4.7.2661.0 1,109,712 2018 年 4 月 12 日 00:54
PresentationNative_v0400.dll 4.7.2661.0 827,088 2018 年 4 月 12 日 00:35
ServiceMonikerSupport.dll 4.7.2634.0 31,432 2018 年 4 月 12 日 00:33
ServiceMonikerSupport.dll 4.7.2634.0 29,384 2018 年 4 月 12 日 00:33
SMDiagnostics.dll 4.7.2634.0 73,288 2018 年 4 月 12 日 00:33
SOS.dll 4.7.2661.0 872,056 2018 年 4 月 12 日 00:54
SOS.dll 4.7.2661.0 743,544 2018 年 4 月 12 日 00:35
System.Activities.dll 4.7.2634.0 1,532,520 2018 年 4 月 12 日 00:33
System.ComponentModel.DataAnnotations.dll 4.7.2634.0 126,168 2018 年 4 月 12 日 00:33
System.Core.dll 4.7.2661.0 1,482,296 2018 年 4 月 12 日 00:35
System.Data.Entity.dll 4.7.2634.0 4,034,232 2018 年 4 月 12 日 00:33
System.DirectoryServices.AccountManagement.dll 4.7.2634.0 296,224 2018 年 4 月 12 日 00:33
System.IdentityModel.dll 4.7.2634.0 1,088,632 2018 年 4 月 12 日 00:33
System.IdentityModel.Services.dll 4.7.2634.0 198,368 2018 年 4 月 12 日 00:33
System.Runtime.Serialization.dll 4.7.2634.0 1,054,368 2018 年 4 月 12 日 00:33
System.ServiceModel.Channels.dll 4.7.2634.0 157,920 2018 年 4 月 12 日 00:33
System.ServiceModel.Discovery.dll 4.7.2634.0 308,456 2018 年 4 月 12 日 00:33
System.ServiceModel.dll 4.7.2634.0 6,315,624 2018 年 4 月 12 日 00:33
System.ServiceModel.Internals.dll 4.7.2634.0 253,616 2018 年 4 月 12 日 00:33
System.ServiceModel.Routing.dll 4.7.2634.0 130,776 2018 年 4 月 12 日 00:33
System.ServiceModel.WasHosting.dll 4.7.2634.0 39,656 2018 年 4 月 12 日 00:33
System.Web.ApplicationServices.dll 4.7.2634.0 70,832 2018 年 4 月 12 日 00:33
System.Web.Extensions.dll 4.7.2634.0 1,849,464 2018 年 4 月 12 日 00:33
System.Workflow.Activities.dll 4.7.2634.0 1,051,352 2018 年 4 月 12 日 00:33
System.Workflow.ComponentModel.dll 4.7.2634.0 1,541,864 2018 年 4 月 12 日 00:33
System.Workflow.Runtime.dll 4.7.2634.0 498,888 2018 年 4 月 12 日 00:33
System.Runtime.Caching.dll 4.7.2634.0 109,768 2018 年 4 月 12 日 00:33
System.Data.dll 4.7.2634.0 3,461,784 2018 年 4 月 12 日 00:33
System.Data.dll 4.7.2634.0 3,397,272 2018 年 4 月 12 日 00:33
System.Data.SqlXml.dll 4.7.2634.0 734,312 2018 年 4 月 12 日 00:33
System.Deployment.dll 4.7.2634.0 845,408 2018 年 4 月 12 日 00:33
System.DirectoryServices.Protocols.dll 4.7.2634.0 201,416 2018 年 4 月 12 日 00:33
System.dll 4.7.2634.0 3,539,992 2018 年 4 月 12 日 00:33
System.Drawing.dll 4.7.2634.0 600,144 2018 年 4 月 12 日 00:33
System.Management.dll 4.7.2634.0 415,328 2018 年 4 月 12 日 00:33
System.Net.Http.dll 4.7.2634.0 203,352 2018 年 4 月 12 日 00:33
System.Runtime.Remoting.dll 4.7.2634.0 347,264 2018 年 4 月 12 日 00:33
System.Security.dll 4.7.2650.0 324,696 2018 年 4 月 12 日 00:33
System.Transactions.dll 4.7.2634.0 310,456 2018 年 4 月 12 日 00:33
System.Transactions.dll 4.7.2634.0 307,392 2018 年 4 月 12 日 00:33
System.Web.dll 4.7.2634.0 5,397,144 2018 年 4 月 12 日 00:33
System.Web.dll 4.7.2634.0 5,410,456 2018 年 4 月 12 日 00:33
System.Windows.Controls.Ribbon.dll 4.7.2661.0 742,632 2018 年 4 月 12 日 00:35
System.Windows.Forms.dll 4.7.2634.0 5,216,368 2018 年 4 月 12 日 00:33
System.Xaml.dll 4.7.2661.0 642,104 2018 年 4 月 12 日 00:35
System.XML.dll 4.7.2634.0 2,670,136 2018 年 4 月 12 日 00:33
UIAutomationClient.dll 4.7.2661.0 178,000 2018 年 4 月 12 日 00:35
UIAutomationClientsideProviders.dll 4.7.2661.0 361,352 2018 年 4 月 12 日 00:35
UIAutomationProvider.dll 4.7.2661.0 48,984 2018 年 4 月 12 日 00:35
UIAutomationTypes.dll 4.7.2661.0 221,008 2018 年 4 月 12 日 00:35
webengine.dll 4.7.2634.0 26,264 2018 年 4 月 12 日 00:33
webengine.dll 4.7.2634.0 24,720 2018 年 4 月 12 日 00:33
webengine4.dll 4.7.2634.0 667,800 2018 年 4 月 12 日 00:33
webengine4.dll 4.7.2634.0 550,040 2018 年 4 月 12 日 00:33
WindowsBase.dll 4.7.2661.0 1,289,528 2018 年 4 月 12 日 00:35
WMINet_Utils.dll 4.7.2634.0 188,064 2018 年 4 月 12 日 00:33
WMINet_Utils.dll 4.7.2634.0 136,352 2018 年 4 月 12 日 00:33
WorkflowServiceHostPerformanceCounters.dll 4.7.2634.0 101,128 2018 年 4 月 12 日 00:33
WorkflowServiceHostPerformanceCounters.dll 4.7.2634.0 89,352 2018 年 4 月 12 日 00:33
WPFFontCache_v0400.exe.mui 4.7.2661.0 19,144 2018 年 4 月 12 日 03:56
WPFFontCache_v0400.exe.mui 4.7.2661.0 19,144 2018 年 4 月 12 日 00:35
WPFFontCache_v0400.exe 4.7.2661.0 26,720 2018 年 4 月 12 日 03:56
WPFFontCache_v0400.exe 4.7.2661.0 25,696 2018 年 4 月 12 日 00:35
wpfgfx_v0400.dll 4.7.2661.0 1,764,000 2018 年 4 月 12 日 00:54
wpfgfx_v0400.dll 4.7.2661.0 1,345,184 2018 年 4 月 12 日 00:35
Placeholder.dll 4.7.2634.0 25,760 2018 年 4 月 12 日 00:33
Placeholder.dll 4.7.2634.0 24,728 2018 年 4 月 12 日 00:33
PenIMC2_v0400.dll 4.7.2661.0 104,608 2018 年 4 月 12 日 00:54
PenIMC2_v0400.dll 4.7.2661.0 86,176 2018 年 4 月 12 日 00:35