Applies To
.NET Framework 4.7.1 .NET Framework 4.7 .NET Framework 4.6 .NET Framework 4.6.1 .NET Framework 4.6.2

簡介

這次 2018 年 5 月針對 Windows 8.1、Windows RT 8.1 及 Windows Server 2012 R2 的更新,包含了 .NET Framework 4.6、4.6.1、4.6.2、4.7 和 4.7.1 的累積可靠性提升。 建議您套用此更新,做為定期例行維護。 安裝此更新之前,請先參閱<先決條件>和<重新啟動需求>章節。

重要

  • 所有針對 Windows RT 8.1、Windows 8.1 和 Windows Server 2012 R2 的更新都需要安裝更新 KB 2919355。 我們建議您在Windows RT 8.1、Windows 8.1 或 Windows Server 2012 R2 電腦上安裝更新 KB 2919355,以便未來能持續收到更新。

  • 如果您在安裝此更新之後安裝語言套件,您必須重新安裝此更新。 因此,我們建議您在安裝此更新前,先安裝任何需要的語言套件。 如需詳細資訊,請參閱在 Windows 新增語言套件

品質和可靠性改良功能

CLR1

  • 修正了 WindowsIdentity.Impersonate 中帳號未明確清理帳號的問題。

  • 修正了當 CultureAwareComparer 被集合類型(例如 ConcurrentDictionary)使用時,所發生的反序列化問題。

  • 修正了執行緒池爬坡演算法中浮點溢位的問題。

  • 解決了你觀察到的高 CPU 使用率,而 ntoskrnl 會消耗掉的問題!KiPageFault 源自 BGC (,由 clr!*gc_heap::bgc_thread_function) ,你可能想要這個變更,讓 GC 程序不再使用系統實作的寫入監視來追蹤 BGC 堆積的修改。 這種使用成本非常高,因為每個頁面錯誤都必須執行整個進程的鎖定。 這在系統的最新版本中尤其明顯。 你可能已經發現大部分 CPU 都花在 ntoskrnl 上!ExpWaitForSpinLockExclusive並Acquire 功能。 此變更使 GC 改用 CLR 實作的寫入監視。

NCL2

  • 修正了使用 HttpClient 向迴圈地址發送請求時,連線限制的問題。 更多資訊請參閱 這篇 .NET 部落格文章

WPF3

  • 修正了在將 WPF 內容存放於獨立 AppDomain 的應用程式關閉時可能發生的當機問題。 (例如,一個 Office 應用程式,它承載使用 WPF 的 VSTO 外掛 )

  • 修正了 XAML 瀏覽器應用程式 (XBAP) 針對 .NET 3.5 時,有時會因使用 .NET 4 錯誤載入而產生的問題。x 個播放時間。此問題的修復必須由在 CLR v4 下執行針對 .NET Framework 3.5 的 XBAP 應用程式遇到困難的客戶啟用。 可透過在下表中設定登錄子鍵值來啟用修復。  

    平台架構

    登錄子機碼

    值名稱

    數值類型:

    描述

    32位元

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Windows Presentation Foundation\Hosting

    DoNotLaunchVersion3HostedApplicationInVersion4Runtime

    REG_DWORD

    0,或不存在

    針對 .NET Framework 3.5 or.NET Framework 4.x 的 XBAP 應用程式都將在 CLR v4 下推出

    1,或任何非零值

    針對 .NET Framework 3.5 的 XBAP 應用程式將以 CLR v2 啟動,而針對 .NET Framework 4.x 的 XBAP 應用程式則會在 CLR v4 下啟動

    64 位元

    這兩個子鍵都應該設定:

    子鍵 1 HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\Windows Presentation Foundation\Hosting

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

    DoNotLaunchVersion3HostedApplicationInVersion4Runtime

    REG_DWORD

    0,或不存在

    針對 .NET Framework 3.5 or.NET Framework 4.x 的 XBAP 應用程式都將在 CLR v4 下推出

    1,或任何非零值

    針對 .NET Framework 3.5 的 XBAP 應用程式將以 CLR v2 啟動,而針對 .NET Framework 4.x 的 XBAP 應用程式則會在 CLR 下啟動

  • 修正了 WPF 應用程式因 NullReferenceException 而當機的問題,若 DataTrigger (或 MultiDataTrigger) 中使用的 Binding (或 MultiDataTrigger) ,屬於 Style (、Template 或 ThemeStyle) 報告新值,但其主機元素在報告過程中的極短期間內被收集。

  • 修正了 WPF 應用程式因錯誤 的 ElementNotAvailableException 而當機的問題。 這通常發生在你採取以下步驟時:

  1. 更改 TreeView.IsEnabled

  2. 從收藏中移除項目 X

  3. 將同一項 X 重新插入收藏

  4. 將 X 的子項目 Y 從其集合中移除

附註: 步驟4可以相對於步驟2和3的任何時間發生。 然而,第四步必須在第一步之後進行。 步驟 2 至 4 必須在非同步呼叫 UpdatePer 之前完成,該呼叫由步驟 1 發布。 如果步驟 2 到 4 都出現在同一個按鈕點擊處理器中,就會發生這種情況。

1 通用語言執行時 (CLR) 2 網路類別函式庫 (NCL) 3 Windows Presentation Foundation (WPF)  

此更新的其他相關資訊

關於此更新與 Windows 8.1、Windows RT 8.1 及 Windows Server 2012 R2 的更多資訊,請參閱 Microsoft 知識庫中的以下文章:

4103473 2018 年 5 月 .NET Framework 3.5 SP1、4.5.2、4.6、4.6.1、4.6.2、4.7 及 4.7.1 品質整合預覽,適用於 Windows 8.1、RT 8.1 及 Server 2012 R2 (KB 4103473)

已知問題

如果您的應用程式使用依賴序列化串流中特定欄位順序的自訂格式化器來序列化或反序列化資料,當您嘗試反序列化先前在 .NET Framework 版本中序列化的 CustomAwareComparer 物件實例時,可能會收到異常錯誤訊息。

例外錯誤可能如下:

例外類型:System.ArgumentException

訊息:型為「System.Globalization.CompareOptions」的物件無法轉換為「System.Boolean」。

如何取得此更新

Windows Update

此更新可透過 Windows Update 取得。 開啟自動更新時,會自動下載和安裝此更新。 如需有關如何自動取得安全性更新的詳細資訊,請參閱 Windows Update:常見問題集

Microsoft Update Catalog

要取得本次更新的獨立套件,請前往 Microsoft Update 目錄 網站。

Windows Software Update Services (WSUS)

在您的 WSUS 伺服器上,請依照下列步驟執行:

  1. 依序按一下 [開始][系統管理工具],然後按一下 [Microsoft Windows Server Update Services 3.0]

  2. 展開 ComputerName,然後按一下 [動作]

  3. 按一下 [匯入更新]

  4. WSUS 會開啟瀏覽器視窗,系統可能會在視窗中提示您安裝 ActiveX 控制項。 您必須安裝 ActiveX 控制項才能繼續。

  5. 安裝 ActiveX 控制項後,就會出現 [Microsoft Update Catalog] 畫面。 在搜尋框輸入4103473,然後點選搜尋

  6. 找出符合您環境中作業系統、語言及處理器的 .NET Framework 套件。 按一下 [Add] 將套件新增至籃中。

  7. 選取需要的所有套件之後,按一下 [View Basket]

  8. 如需將套件匯入您的 WSUS 伺服器,請按一下 [匯入]

  9. 套件匯入完成後,點擊 關閉 以返回 WSUS。

這些更新現可透過 WSUS 進行安裝。

先決條件

若要套用此更新,您必須已安裝 .NET Framework 4.6、4.6.1、4.6.2、4.7 或 4.7.1。

重新啟動需求

如果任何受影響的檔案正在使用中,您必須在套用此更新後將電腦重新啟動。 建議您在套用此更新之前,先結束所有 .NET Framework 應用程式。

更新取代資訊

此更新取代先前發布的 KB 4057272KB 4074807

檔案資訊

此更新的英文版 (美國) 會安裝具有下表中所列屬性的檔案。 這些檔案的日期與時間是以 Coordinated Universal Time (UTC) 表示。 本機電腦上這些檔案的日期與時間,是以您當地的時間和目前的日光節約時間 (DST) 的時差來顯示。 此外,當您對檔案執行特定作業時,其日期與時間可能會改變。

適用於所有支援的 x86 版本系統

檔案名稱

檔案版本

檔案大小

日期

Time

presentationframework.dll

4.7.2661.0

6,211,424

2018年4月6日

17:13

smdiagnostics.dll

4.7.2623.0

73,376

2017年11月30日

04:16

system.activities.dll

4.7.2623.0

1,532,600

2017年11月30日

04:16

system.componentmodel.dataannotations.dll

4.6.1099.0

125,760

2017年3月27日

03:33

system.core.dll

4.7.2661.0

1,482,296

2018年4月6日

17:13

system.data.entity.dll

4.7.2102.0

4,033,744

2017年6月

2,317

system.data.sqlxml.dll

4.7.2612.0

734,400

2017年11月22日

20:59

system.deployment.dll

4.6.1099.0

846,016

2017年3月27日

03:33

system.directoryservices.accountmanagement.dll

4.7.2623.0

296,216

2017年11月30日

04:16

system.directoryservices.protocols.dll

4.6.1099.0

200,488

2017年3月27日

03:33

system.drawing.dll

4.6.1099.0

594,616

2017年3月27日

03:33

system.identitymodel.services.dll

4.7.2623.0

198,368

2017年11月30日

04:16

system.identitymodel.dll

4.7.2623.0

1,088,712

2017年11月30日

04:16

system.management.dll

4.7.2102.0

415,432

2017年6月

2,317

system.net.http.dll

4.7.2634.0

203,352

2018年2月2日

21:11

system.runtime.caching.dll

4.6.1649.1

108,920

2017年4月21日

05:35

system.runtime.remoting.dll

4.7.2114.0

347,368

2017年8月30日

06:04

system.runtime.serialization.dll

4.7.2623.0

1,054,456

2017年11月30日

04:16

system.security.dll

4.7.2650.0

324,696

2018年3月21日

04:49

system.servicemodel.channels.dll

4.7.2623.0

157,912

2017年11月30日

04:16

system.servicemodel.discovery.dll

4.7.2623.0

308,448

2017年11月30日

04:16

system.servicemodel.internals.dll

4.7.2623.0

253,696

2017年11月30日

04:16

system.servicemodel.routing.dll

4.6.1099.0

130,288

2017年3月27日

03:33

system.servicemodel.washosting.dll

4.7.2623.0

39,648

2017年11月30日

04:16

system.servicemodel.dll

4.7.2623.0

6,315,712

2017年11月30日

04:16

system.web.applicationservices.dll

4.7.2623.0

70,912

2017年11月30日

04:16

system.web.extensions.dll

4.7.2623.0

1,849,544

2017年11月30日

04:16

system.windows.controls.ribbon.dll

4.7.2661.0

742,632

2018年4月6日

17:13

system.windows.forms.dll

4.7.2114.0

5,181,656

2017年8月30日

06:04

system.workflow.activities.dll

4.6.1099.0

1,044,720

2017年3月27日

03:33

system.workflow.componentmodel.dll

4.6.1099.0

1,535,224

2017年3月27日

03:33

system.workflow.runtime.dll

4.6.1099.0

494,816

2017年3月27日

03:33

system.xaml.dll

4.7.2661.0

642,104

2018年4月6日

17:13

system.xml.dll

4.7.2612.0

2,670,224

2017年11月22日

20:59

system.dll

4.7.2634.0

3,539,992

2018年2月2日

21:11

uiautomationclientsideproviders.dll

4.7.2661.0

361,352

2018年4月6日

17:13

uiautomationclient.dll

4.7.2661.0

178,000

2018年4月6日

17:13

uiautomationprovider.dll

4.7.2661.0

48,984

2018年4月6日

17:13

uiautomationtypes.dll

4.7.2661.0

221,008

2018年4月6日

17:13

windowsbase.dll

4.7.2661.0

1,289,528

2018年4月6日

17:13

mscorlib.dll

4.7.2661.0

5,632,144

2018年4月6日

17:13

NormidnA.NLP

59,342

2017年2月14日

10:52

normnfc.nlp

47,076

2017年2月14日

10:52

normnfd.nlp

40,566

2017年2月14日

10:52

normnfkc.nlp

67,808

2017年2月14日

10:52

normnfkd.nlp

61,718

2017年2月14日

10:52

aspnet_perf.dll

4.7.2623.0

42,648

2017年11月30日

04:16

aspnet_state_perf.h

318

2017年11月30日

02:23

aspnet_state_perf.ini

42,996

2017年11月30日

1,804

aspnet_wp.exe

4.7.2623.0

46,176

2017年11月30日

04:16

clrjit.dll

4.7.2661.0

522,888

2018年4月6日

17:13

clr.dll

4.7.2661.0

7,240,312

2018年4月6日

17:13

dfdll.dll

4.6.1099.0

154,768

2017年3月27日

03:33

globalmonospace.compositefont

26,040

2018年3月16日

22:40

globalsansserif.compositefont

26,489

2018年3月16日

22:40

globalserif.compositefont

29,779

2018年3月16日

22:40

globaluserinterface.compositefont

186,009

2018年4月5日

18:33

mscordacwks.dll

4.7.2661.0

1,341,080

2018年4月6日

17:13

mscordbi.dll

4.7.2661.0

1,167,504

2018年4月6日

17:13

mscoreei.dll

4.6.1099.0

497,824

2017年3月27日

03:33

mscorlib.ni.dll

4.7.2661.0

20,521,528

2018年4月6日

17:13

msvcp120_clr0400.dll

12.0.52519.0

485,576

2018年4月5日

1,832

msvcr120_clr0400.dll

12.0.52519.0

987,840

2018年4月5日

1,832

penimc.dll

14.7.2634.0

19,096

2018年2月2日

21:11

penimc2_v0400.dll

4.7.2661.0

86,176

2018年4月6日

17:13

penimc_v0400.dll

4.7.2634.0

24,728

2018年2月2日

21:11

peverify.dll

4.7.2661.0

188,560

2018年4月6日

17:13

presentationhost_v0400.dll.mui

4.7.2661.0

84,696

2018年4月6日

17:13

presentationhost_v0400.dll

4.7.2661.0

214,216

2018年4月6日

17:13

presentationnative_v0400.dll

4.7.2661.0

827,088

2018年4月6日

17:13

Servicemodel.MOF

88,383

2017年6月15日

17:05

Servicemodel.mof.uninstall

896

2017年6月15日

17:05

servicemonikersupport.dll

4.7.2623.0

29,376

2017年11月30日

04:16

sos.dll

4.7.2661.0

743,544

2018年4月6日

17:13

system.componentmodel.dataannotations.dll

4.6.1099.0

125,760

2017年3月27日

03:33

system.core.dll

4.7.2661.0

1,482,296

2018年4月6日

17:13

system.data.entity.dll

4.7.2102.0

4,033,744

2017年6月

2,317

system.web.extensions.dll

4.7.2623.0

1,849,544

2017年11月30日

04:16

webengine4.dll

4.7.2623.0

550,032

2017年11月30日

04:16

webengine.dll

4.7.2623.0

24,712

2017年11月30日

04:16

wminet_utils.dll

4.7.2102.0

136,368

2017年6月

2,317

workflowservicehostperformancecounters.dll

4.6.1099.0

87,840

2017年3月27日

03:33

wpfgfx_v0400.dll

4.7.2661.0

1,345,184

2018年4月6日

17:13

presentationcore.dll

4.7.2661.0

3,635,016

2018年4月6日

17:13

system.data.dll

4.7.2623.0

3,397,272

2017年11月30日

04:16

system.transactions.dll

4.6.1099.0

303,824

2017年3月27日

03:33

system.web.dll

4.7.2623.0

5,409,936

2017年11月30日

04:16

適用於所有支援的 x64 版本系統

表格

檔案名稱

檔案版本

檔案大小

日期

Time

mscorlib.dll

4.7.2661.0

5,414,032

2018年4月6日

06:17

NormidnA.NLP

59,342

2017年2月14日

10:52

normnfc.nlp

47,076

2017年2月14日

10:52

normnfd.nlp

40,566

2017年2月14日

10:52

normnfkc.nlp

67,808

2017年2月14日

10:52

normnfkd.nlp

61,718

2017年2月14日

10:52

aspnet_perf.dll

4.7.2623.0

46,232

2017年11月30日

1,204

aspnet_state_perf.h

318

2017年11月30日

02:05

aspnet_state_perf.ini

42,996

2017年11月30日

1,204

aspnet_wp.exe

4.7.2623.0

50,784

2017年11月30日

1,204

clrjit.dll

4.7.2661.0

1,208,456

2018年4月6日

06:17

clr.dll

4.7.2661.0

10,360,952

2018年4月6日

06:17

compatjit.dll

4.7.2661.0

1,259,664

2018年4月6日

06:17

dfdll.dll

4.6.1099.0

181,400

2017年3月27日

03:29

globalmonospace.compositefont

26,040

2018年3月16日

22:40

globalsansserif.compositefont

26,489

2018年3月16日

22:40

globalserif.compositefont

29,779

2018年3月16日

22:40

globaluserinterface.compositefont

186,009

2018年4月5日

18:33

mscordacwks.dll

4.7.2661.0

1,838,232

2018年4月6日

06:17

mscordbi.dll

4.7.2661.0

1,621,136

2018年4月6日

06:17

mscoreei.dll

4.6.1099.0

617,632

2017年3月27日

03:29

mscorlib.ni.dll

4.7.2661.0

22,646,840

2018年4月6日

17:13

msvcp120_clr0400.dll

12.0.52519.0

690,008

2018年4月5日

1,832

msvcr120_clr0400.dll

12.0.52519.0

993,632

2018年4月5日

1,832

penimc.dll

14.7.2634.0

19,096

2018年2月2日

21:04

penimc2_v0400.dll

4.7.2661.0

104,608

2018年4月6日

06:17

penimc_v0400.dll

4.7.2634.0

25,760

2018年2月2日

21:04

peverify.dll

4.7.2661.0

260,240

2018年4月6日

06:17

presentationframework.dll

4.7.2661.0

6,211,424

2018年4月6日

17:13

presentationhost_v0400.dll.mui

4.7.2661.0

84,696

2018年4月6日

06:17

presentationhost_v0400.dll

4.7.2661.0

277,704

2018年4月6日

06:17

presentationnative_v0400.dll

4.7.2661.0

1,109,712

2018年4月6日

06:17

Servicemodel.MOF

88,383

2017年11月1日

21:38

Servicemodel.mof.uninstall

896

2017年11月1日

21:38

servicemonikersupport.dll

4.7.2623.0

31,424

2017年11月30日

1,204

smdiagnostics.dll

4.7.2623.0

73,376

2017年11月30日

04:16

sos.dll

4.7.2661.0

872,056

2018年4月6日

06:17

system.activities.dll

4.7.2623.0

1,532,600

2017年11月30日

04:16

system.componentmodel.dataannotations.dll

4.6.1099.0

125,760

2017年3月27日

03:33

system.core.dll

4.7.2661.0

1,482,296

2018年4月6日

17:13

system.data.entity.dll

4.7.2102.0

4,033,744

2017年6月

2,317

system.data.sqlxml.dll

4.7.2612.0

734,400

2017年11月22日

20:59

system.deployment.dll

4.6.1099.0

846,016

2017年3月27日

03:33

system.directoryservices.accountmanagement.dll

4.7.2623.0

296,216

2017年11月30日

04:16

system.directoryservices.protocols.dll

4.6.1099.0

200,488

2017年3月27日

03:33

system.drawing.dll

4.6.1099.0

594,616

2017年3月27日

03:33

system.identitymodel.services.dll

4.7.2623.0

198,368

2017年11月30日

04:16

system.identitymodel.dll

4.7.2623.0

1,088,712

2017年11月30日

04:16

system.management.dll

4.7.2102.0

415,432

2017年6月

2,317

system.net.http.dll

4.7.2634.0

203,352

2018年2月2日

21:11

system.runtime.caching.dll

4.6.1649.1

108,920

2017年4月21日

05:35

system.runtime.remoting.dll

4.7.2114.0

347,368

2017年8月30日

06:04

system.runtime.serialization.dll

4.7.2623.0

1,054,456

2017年11月30日

04:16

system.security.dll

4.7.2650.0

324,696

2018年3月21日

04:49

system.servicemodel.channels.dll

4.7.2623.0

157,912

2017年11月30日

04:16

system.servicemodel.discovery.dll

4.7.2623.0

308,448

2017年11月30日

04:16

system.servicemodel.internals.dll

4.7.2623.0

253,696

2017年11月30日

04:16

system.servicemodel.routing.dll

4.6.1099.0

130,288

2017年3月27日

03:33

system.servicemodel.washosting.dll

4.7.2623.0

39,648

2017年11月30日

04:16

system.servicemodel.dll

4.7.2623.0

6,315,712

2017年11月30日

04:16

system.web.applicationservices.dll

4.7.2623.0

70,912

2017年11月30日

04:16

system.web.extensions.dll

4.7.2623.0

1,849,544

2017年11月30日

04:16

system.windows.controls.ribbon.dll

4.7.2661.0

742,632

2018年4月6日

17:13

system.windows.forms.dll

4.7.2114.0

5,181,656

2017年8月30日

06:04

system.workflow.activities.dll

4.6.1099.0

1,044,720

2017年3月27日

03:33

system.workflow.componentmodel.dll

4.6.1099.0

1,535,224

2017年3月27日

03:33

system.workflow.runtime.dll

4.6.1099.0

494,816

2017年3月27日

03:33

system.xaml.dll

4.7.2661.0

642,104

2018年4月6日

17:13

system.xml.dll

4.7.2612.0

2,670,224

2017年11月22日

20:59

system.dll

4.7.2634.0

3,539,992

2018年2月2日

21:11

uiautomationclientsideproviders.dll

4.7.2661.0

361,352

2018年4月6日

17:13

uiautomationclient.dll

4.7.2661.0

178,000

2018年4月6日

17:13

uiautomationprovider.dll

4.7.2661.0

48,984

2018年4月6日

17:13

uiautomationtypes.dll

4.7.2661.0

221,008

2018年4月6日

17:13

webengine4.dll

4.7.2623.0

667,792

2017年11月30日

1,204

webengine.dll

4.7.2623.0

26,256

2017年11月30日

1,204

windowsbase.dll

4.7.2661.0

1,289,528

2018年4月6日

17:13

wminet_utils.dll

4.7.2102.0

188,088

2017年6月

23:13

workflowservicehostperformancecounters.dll

4.6.1099.0

99,608

2017年3月27日

03:29

wpfgfx_v0400.dll

4.7.2661.0

1,764,000

2018年4月6日

06:17

presentationcore.dll

4.7.2661.0

3,612,336

2018年4月6日

06:17

system.data.dll

4.7.2623.0

3,461,784

2017年11月30日

1,204

system.transactions.dll

4.6.1099.0

306,888

2017年3月27日

03:29

system.web.dll

4.7.2623.0

5,397,136

2017年11月30日

1,204

presentationframework.dll

4.7.2661.0

6,211,424

2018年4月6日

17:13

smdiagnostics.dll

4.7.2623.0

73,376

2017年11月30日

04:16

system.activities.dll

4.7.2623.0

1,532,600

2017年11月30日

04:16

system.componentmodel.dataannotations.dll

4.6.1099.0

125,760

2017年3月27日

03:33

system.core.dll

4.7.2661.0

1,482,296

2018年4月6日

17:13

system.data.entity.dll

4.7.2102.0

4,033,744

2017年6月

2,317

system.data.sqlxml.dll

4.7.2612.0

734,400

2017年11月22日

20:59

system.deployment.dll

4.6.1099.0

846,016

2017年3月27日

03:33

system.directoryservices.accountmanagement.dll

4.7.2623.0

296,216

2017年11月30日

04:16

system.directoryservices.protocols.dll

4.6.1099.0

200,488

2017年3月27日

03:33

system.drawing.dll

4.6.1099.0

594,616

2017年3月27日

03:33

system.identitymodel.services.dll

4.7.2623.0

198,368

2017年11月30日

04:16

system.identitymodel.dll

4.7.2623.0

1,088,712

2017年11月30日

04:16

system.management.dll

4.7.2102.0

415,432

2017年6月

2,317

system.net.http.dll

4.7.2634.0

203,352

2018年2月2日

21:11

system.runtime.caching.dll

4.6.1649.1

108,920

2017年4月21日

05:35

system.runtime.remoting.dll

4.7.2114.0

347,368

2017年8月30日

06:04

system.runtime.serialization.dll

4.7.2623.0

1,054,456

2017年11月30日

04:16

system.security.dll

4.7.2650.0

324,696

2018年3月21日

04:49

system.servicemodel.channels.dll

4.7.2623.0

157,912

2017年11月30日

04:16

system.servicemodel.discovery.dll

4.7.2623.0

308,448

2017年11月30日

04:16

system.servicemodel.internals.dll

4.7.2623.0

253,696

2017年11月30日

04:16

system.servicemodel.routing.dll

4.6.1099.0

130,288

2017年3月27日

03:33

system.servicemodel.washosting.dll

4.7.2623.0

39,648

2017年11月30日

04:16

system.servicemodel.dll

4.7.2623.0

6,315,712

2017年11月30日

04:16

system.web.applicationservices.dll

4.7.2623.0

70,912

2017年11月30日

04:16

system.web.extensions.dll

4.7.2623.0

1,849,544

2017年11月30日

04:16

system.windows.controls.ribbon.dll

4.7.2661.0

742,632

2018年4月6日

17:13

system.windows.forms.dll

4.7.2114.0

5,181,656

2017年8月30日

06:04

system.workflow.activities.dll

4.6.1099.0

1,044,720

2017年3月27日

03:33

system.workflow.componentmodel.dll

4.6.1099.0

1,535,224

2017年3月27日

03:33

system.workflow.runtime.dll

4.6.1099.0

494,816

2017年3月27日

03:33

system.xaml.dll

4.7.2661.0

642,104

2018年4月6日

17:13

system.xml.dll

4.7.2612.0

2,670,224

2017年11月22日

20:59

system.dll

4.7.2634.0

3,539,992

2018年2月2日

21:11

uiautomationclientsideproviders.dll

4.7.2661.0

361,352

2018年4月6日

17:13

uiautomationclient.dll

4.7.2661.0

178,000

2018年4月6日

17:13

uiautomationprovider.dll

4.7.2661.0

48,984

2018年4月6日

17:13

uiautomationtypes.dll

4.7.2661.0

221,008

2018年4月6日

17:13

windowsbase.dll

4.7.2661.0

1,289,528

2018年4月6日

17:13

mscorlib.dll

4.7.2661.0

5,632,144

2018年4月6日

17:13

NormidnA.NLP

59,342

2017年2月14日

10:52

normnfc.nlp

47,076

2017年2月14日

10:52

normnfd.nlp

40,566

2017年2月14日

10:52

normnfkc.nlp

67,808

2017年2月14日

10:52

normnfkd.nlp

61,718

2017年2月14日

10:52

aspnet_perf.dll

4.7.2623.0

42,648

2017年11月30日

04:16

aspnet_state_perf.h

318

2017年11月30日

02:23

aspnet_state_perf.ini

42,996

2017年11月30日

1,804

aspnet_wp.exe

4.7.2623.0

46,176

2017年11月30日

04:16

clrjit.dll

4.7.2661.0

522,888

2018年4月6日

17:13

clr.dll

4.7.2661.0

7,240,312

2018年4月6日

17:13

dfdll.dll

4.6.1099.0

154,768

2017年3月27日

03:33

globalmonospace.compositefont

26,040

2018年3月16日

22:40

globalsansserif.compositefont

26,489

2018年3月16日

22:40

globalserif.compositefont

29,779

2018年3月16日

22:40

globaluserinterface.compositefont

186,009

2018年4月5日

18:33

mscordacwks.dll

4.7.2661.0

1,341,080

2018年4月6日

17:13

mscordbi.dll

4.7.2661.0

1,167,504

2018年4月6日

17:13

mscoreei.dll

4.6.1099.0

497,824

2017年3月27日

03:33

mscorlib.ni.dll

4.7.2661.0

20,521,528

2018年4月6日

17:13

msvcp120_clr0400.dll

12.0.52519.0

485,576

2018年4月5日

1,832

msvcr120_clr0400.dll

12.0.52519.0

987,840

2018年4月5日

1,832

penimc.dll

14.7.2634.0

19,096

2018年2月2日

21:11

penimc2_v0400.dll

4.7.2661.0

86,176

2018年4月6日

17:13

penimc_v0400.dll

4.7.2634.0

24,728

2018年2月2日

21:11

peverify.dll

4.7.2661.0

188,560

2018年4月6日

17:13

presentationhost_v0400.dll.mui

4.7.2661.0

84,696

2018年4月6日

17:13

presentationhost_v0400.dll

4.7.2661.0

214,216

2018年4月6日

17:13

presentationnative_v0400.dll

4.7.2661.0

827,088

2018年4月6日

17:13

servicemonikersupport.dll

4.7.2623.0

29,376

2017年11月30日

04:16

sos.dll

4.7.2661.0

743,544

2018年4月6日

17:13

system.componentmodel.dataannotations.dll

4.6.1099.0

125,760

2017年3月27日

03:33

system.core.dll

4.7.2661.0

1,482,296

2018年4月6日

17:13

system.data.entity.dll

4.7.2102.0

4,033,744

2017年6月

2,317

system.web.extensions.dll

4.7.2623.0

1,849,544

2017年11月30日

04:16

webengine4.dll

4.7.2623.0

550,032

2017年11月30日

04:16

webengine.dll

4.7.2623.0

24,712

2017年11月30日

04:16

wminet_utils.dll

4.7.2102.0

136,368

2017年6月

2,317

workflowservicehostperformancecounters.dll

4.6.1099.0

87,840

2017年3月27日

03:33

wpfgfx_v0400.dll

4.7.2661.0

1,345,184

2018年4月6日

17:13

presentationcore.dll

4.7.2661.0

3,635,016

2018年4月6日

17:13

system.data.dll

4.7.2623.0

3,397,272

2017年11月30日

04:16

system.transactions.dll

4.6.1099.0

303,824

2017年3月27日

03:33

system.web.dll

4.7.2623.0

5,409,936

2017年11月30日

04:16

關於所有支援系統的 ARM 版本

檔案名稱

檔案版本

檔案大小

日期

Time

mscorlib.dll

4.7.2661.0

5,632,904

2018年4月6日

17:03

NormidnA.NLP

59,342

2017年2月14日

10:52

normnfc.nlp

47,076

2017年2月14日

10:52

normnfd.nlp

40,566

2017年2月14日

10:52

normnfkc.nlp

67,808

2017年2月14日

10:52

normnfkd.nlp

61,718

2017年2月14日

10:52

clrjit.dll

4.7.2661.0

686,976

2018年4月6日

17:03

clr.dll

4.7.2661.0

6,739,320

2018年4月6日

17:03

mscordacwks.dll

4.7.2661.0

1,295,768

2018年4月6日

17:03

mscordbi.dll

4.7.2661.0

1,130,376

2018年4月6日

17:03

mscoreei.dll

4.6.1099.0

514,544

2017年3月27日

03:27

mscorlib.ni.dll

4.7.2661.0

20,719,160

2018年4月6日

17:13

msvcp120_clr0400.dll

12.0.52242.36242

602,080

2018年4月5日

1,832

msvcr120_clr0400.dll

12.0.52242.36242

634,336

2018年4月5日

1,832

sos.dll

4.7.2661.0

648,568

2018年4月6日

17:03

system.componentmodel.dataannotations.dll

4.6.1099.0

125,760

2017年3月27日

03:33

system.core.dll

4.7.2661.0

1,482,296

2018年4月6日

17:13

wminet_utils.dll

4.7.2102.0

110,592

2017年6月

2,310

workflowservicehostperformancecounters.dll

4.6.1099.0

72,808

2017年3月27日

03:27

system.data.dll

4.7.2623.0

3,389,936

2017年11月30日

09:04

system.transactions.dll

4.6.1099.0

304,152

2017年3月27日

03:27

system.web.dll

4.7.2623.0

5,411,304

2017年11月30日

09:04

smdiagnostics.dll

4.7.2623.0

73,376

2017年11月30日

04:16

system.activities.dll

4.7.2623.0

1,532,600

2017年11月30日

04:16

system.componentmodel.dataannotations.dll

4.6.1099.0

125,760

2017年3月27日

03:33

system.core.dll

4.7.2661.0

1,482,296

2018年4月6日

17:13

system.data.sqlxml.dll

4.7.2612.0

734,400

2017年11月22日

20:59

system.deployment.dll

4.6.1099.0

846,016

2017年3月27日

03:33

system.directoryservices.protocols.dll

4.6.1099.0

200,488

2017年3月27日

03:33

system.drawing.dll

4.6.1099.0

594,616

2017年3月27日

03:33

system.identitymodel.dll

4.7.2623.0

1,088,712

2017年11月30日

04:16

system.management.dll

4.7.2102.0

415,432

2017年6月

2,317

system.net.http.dll

4.7.2634.0

203,352

2018年2月2日

21:11

system.runtime.remoting.dll

4.7.2114.0

347,368

2017年8月30日

06:04

system.runtime.serialization.dll

4.7.2623.0

1,054,456

2017年11月30日

04:16

system.security.dll

4.7.2650.0

324,696

2018年3月21日

04:49

system.servicemodel.internals.dll

4.7.2623.0

253,696

2017年11月30日

04:16

system.servicemodel.dll

4.7.2623.0

6,315,712

2017年11月30日

04:16

system.web.applicationservices.dll

4.7.2623.0

70,912

2017年11月30日

04:16

system.windows.forms.dll

4.7.2114.0

5,181,656

2017年8月30日

06:04

system.xaml.dll

4.7.2661.0

642,104

2018年4月6日

17:13

system.xml.dll

4.7.2612.0

2,670,224

2017年11月22日

20:59

system.dll

4.7.2634.0

3,539,992

2018年2月2日

21:11

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。