Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Description of Preview of Quality Rollup for .NET Framework 4.6, 4.6.1, 4.6.2, 4.7 and 4.7.1 for Windows 8.1, RT 8.1 and Server 2012 R2 (KB 4098972)


View products that this article applies to.

Introduction

This May 2018 Update for Windows 8.1, Windows RT 8.1 and Windows Server 2012 R2 includes cumulative reliability improvements in .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, and 4.7.1. We recommend that you apply this update as part of your regular maintenance routines. Before you install this update, see the "Prerequisites" and "Restart requirement" sections.

↑ Back to the top


Important

  • All updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 require update KB 2919355 to be installed. We recommend that you install update KB 2919355 on your Windows RT 8.1-based, Windows 8.1-based, or Windows Server 2012 R2-based computer so that you receive updates in the future.
  • If you install a language pack after you install this update, you must reinstall this update. Therefore, we recommend that you install any language packs that you need before you install this update. For more information, see Add language packs to Windows.

↑ Back to the top


Quality and reliability improvements

CLR1

  • Fixes an issue in WindowsIdentity.Impersonate in which handles were not being explicitly cleaned up.
  • Fixes an issue in deserialization that occurs when a CultureAwareComparer is used by a collection type, for example, a ConcurrentDictionary.
  • Fixes an issue in a floating-point overflow in the thread pool’s hill-climbing algorithm.
  • Fixes an issue in which you observe high CPU usage that is consumed by ntoskrnl!KiPageFault and that originates from BGC (indicated by clr!*gc_heap::bgc_thread_function), you might want this change so that the GC process no longer uses the system-implemented write watch to track BGC heap modifications. Such usage is very expensive because each of these page faults must take a process-wide lock. This is especially noticeable in recent versions of the system. You are probably seeing that most of the CPU is spent in the ntoskrnl!ExpWaitForSpinLockExclusiveAndAcquire function. This change makes GC use the CLR implementation of write watch instead.

NCL2

  • Fixes an issue in the connection limit that occurs when you use HttpClient to send requests to loopback addresses. For more information, see this .NET blog article.

WPF3

  • Fixes an issue in which a crash can occur during the shutdown of an application that hosts WPF content in a separate AppDomain. (For example, an Office application that hosts a VSTO add-in that uses WPF.)
  • Fixes an issue that causes XAML Browser Applications (XBAPs) that target .NET 3.5 to sometimes be loaded by incorrectly using .NET 4.x runtime.

    The fix for this issue must be enabled by customers who have difficulty running XBAP applications that target .NET Framework 3.5 under CLR v4. The fix can be enabled by setting the registry subkey values in the following table.
     

    Platform architecture

    Registry subkey

    Value name

    Value type

    Value

    Description

    32-bit

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

    DoNotLaunchVersion3HostedApplicationInVersion4Runtime

    REG_DWORD

    0, or value does not exist

    XBAP applications that target .NET Framework 3.5 or.NET Framework 4.x will be both launched under CLR v4

    1, or any non-zero value

    XBAP applications that target .NET Framework 3.5 will be launched under CLR v2, and XBAP applications that target .NET Framework 4.x will be launched under CLR v4

    64-bit

    Both of these subkeys should be set:

    Subkey 1

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

    Subkey 2

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

    DoNotLaunchVersion3HostedApplicationInVersion4Runtime

    REG_DWORD

    0, or value does not exist

    XBAP applications that target .NET Framework 3.5 or.NET Framework 4.x will be both launched under CLR v4

    1, or any non-zero value

    XBAP applications that target .NET Framework 3.5 will be launched under CLR v2, and XBAP applications that target .NET Framework 4.x will be launched under CLR

      
  • Fixes an issue in which a WPF application can crash because of a NullReferenceException if a Binding (or MultiBinding) that is used in a DataTrigger (or MultiDataTrigger) that belongs to a Style (or Template or ThemeStyle) reports a new value, but whose host element gets collected during a very narrow period in the reporting process.
  • Fixes an issue in which a WPF application can crash because of a spurious ElementNotAvailableException. This can occur when you do the following steps:
  1. Change TreeView.IsEnabled
  2. Remove an item X from the collection
  3. Re-insert the same item X back into the collection
  4. Remove one of X's subitems Y from its collection

Note Step 4 can occur at any time relative to steps 2 and 3. However, step 4 must occur after step 1. Steps 24 must occur before the asynchronous call to UpdatePeer, posted by step 1. This will occur if steps 24 all occur in the same button-click handler.


1 Common Language Runtime (CLR)
2 Network Class Library (NCL)
3 Windows Presentation Foundation (WPF)

↑ Back to the top


Additional information about this update

For more information about this update as it relates to Windows 8.1, Windows RT 8.1 and Windows Server 2012 R2, see the following article in the Microsoft Knowledge Base:

4103473 May 2018 Preview of the Quality Rollups for .NET Framework 3.5 SP1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 and 4.7.1 for Windows 8.1, RT 8.1 and Server 2012 R2 (KB 4103473)

↑ Back to the top


Known issues

If your application serializes or deserializes data by using custom formatters that rely on a specific order of fields in the serialization stream, you might receive an exception error message when trying to deserialize an instance of the CustomAwareComparer object that was serialized on a previous versions of .NET Framework.

The exception error might resemble the following:

↑ Back to the top


How to get this update

Windows Update

This update is available through Windows Update. When you turn on automatic updating, this update will be downloaded and installed automatically. For more information about how to get security updates automatically, see Windows Update: FAQ.

Microsoft Update Catalog

To get the stand-alone package for this update, go to the Microsoft Update Catalog website.

Windows Software Update Services (WSUS)

On your WSUS server, follow these steps:

  1. Click Start, click Administrative Tools, and then click Microsoft Windows Server Update Services 3.0.
  2. Expand ComputerName, and then click Action.
  3. Click Import Updates.
  4. WSUS opens a browser window in which you may be prompted to install an ActiveX control. You must install the ActiveX control to continue.
  5. After the ActiveX control is installed, you see the Microsoft Update Catalog screen. Type 4103473 in the Search box, and then click Search.
  6. Locate the .NET Framework packages that match the operating systems, languages, and processors in your environment. Click Add to add them to your basket.
  7. After you select all the packages that you require, click View Basket.
  8. To import the packages to your WSUS server, click Import.
  9. After the packages are imported, click Close to return to WSUS.

The updates are now available for installation through WSUS.

Prerequisites

To apply this update, you must have .NET Framework 4.6, 4.6.1, 4.6.2, 4.7 or 4.7.1 installed.

Restart requirement

You must restart the computer after you apply this update if any affected files are being used. We recommend that you exit all .NET Framework-based applications before you apply this update.

Update replacement information

This update replaces previously released updates KB 4057272 and KB 4074807.

File information

File attributes

The English (United States) version of this update installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.

For all supported x86-based versions of systems

File name File version File size Date Time
presentationframework.dll 4.7.2661.0 6,211,424 06-Apr-2018 17:13
smdiagnostics.dll 4.7.2623.0 73,376 30-Nov-2017 04:16
system.activities.dll 4.7.2623.0 1,532,600 30-Nov-2017 04:16
system.componentmodel.dataannotations.dll 4.6.1099.0 125,760 27-Mar-2017 03:33
system.core.dll 4.7.2661.0 1,482,296 06-Apr-2018 17:13
system.data.entity.dll 4.7.2102.0 4,033,744 06-Jun-2017 23:17
system.data.sqlxml.dll 4.7.2612.0 734,400 22-Nov-2017 20:59
system.deployment.dll 4.6.1099.0 846,016 27-Mar-2017 03:33
system.directoryservices.accountmanagement.dll 4.7.2623.0 296,216 30-Nov-2017 04:16
system.directoryservices.protocols.dll 4.6.1099.0 200,488 27-Mar-2017 03:33
system.drawing.dll 4.6.1099.0 594,616 27-Mar-2017 03:33
system.identitymodel.services.dll 4.7.2623.0 198,368 30-Nov-2017 04:16
system.identitymodel.dll 4.7.2623.0 1,088,712 30-Nov-2017 04:16
system.management.dll 4.7.2102.0 415,432 06-Jun-2017 23:17
system.net.http.dll 4.7.2634.0 203,352 02-Feb-2018 21:11
system.runtime.caching.dll 4.6.1649.1 108,920 21-Apr-2017 05:35
system.runtime.remoting.dll 4.7.2114.0 347,368 30-Aug-2017 06:04
system.runtime.serialization.dll 4.7.2623.0 1,054,456 30-Nov-2017 04:16
system.security.dll 4.7.2650.0 324,696 21-Mar-2018 04:49
system.servicemodel.channels.dll 4.7.2623.0 157,912 30-Nov-2017 04:16
system.servicemodel.discovery.dll 4.7.2623.0 308,448 30-Nov-2017 04:16
system.servicemodel.internals.dll 4.7.2623.0 253,696 30-Nov-2017 04:16
system.servicemodel.routing.dll 4.6.1099.0 130,288 27-Mar-2017 03:33
system.servicemodel.washosting.dll 4.7.2623.0 39,648 30-Nov-2017 04:16
system.servicemodel.dll 4.7.2623.0 6,315,712 30-Nov-2017 04:16
system.web.applicationservices.dll 4.7.2623.0 70,912 30-Nov-2017 04:16
system.web.extensions.dll 4.7.2623.0 1,849,544 30-Nov-2017 04:16
system.windows.controls.ribbon.dll 4.7.2661.0 742,632 06-Apr-2018 17:13
system.windows.forms.dll 4.7.2114.0 5,181,656 30-Aug-2017 06:04
system.workflow.activities.dll 4.6.1099.0 1,044,720 27-Mar-2017 03:33
system.workflow.componentmodel.dll 4.6.1099.0 1,535,224 27-Mar-2017 03:33
system.workflow.runtime.dll 4.6.1099.0 494,816 27-Mar-2017 03:33
system.xaml.dll 4.7.2661.0 642,104 06-Apr-2018 17:13
system.xml.dll 4.7.2612.0 2,670,224 22-Nov-2017 20:59
system.dll 4.7.2634.0 3,539,992 02-Feb-2018 21:11
uiautomationclientsideproviders.dll 4.7.2661.0 361,352 06-Apr-2018 17:13
uiautomationclient.dll 4.7.2661.0 178,000 06-Apr-2018 17:13
uiautomationprovider.dll 4.7.2661.0 48,984 06-Apr-2018 17:13
uiautomationtypes.dll 4.7.2661.0 221,008 06-Apr-2018 17:13
windowsbase.dll 4.7.2661.0 1,289,528 06-Apr-2018 17:13
mscorlib.dll 4.7.2661.0 5,632,144 06-Apr-2018 17:13
normidna.nlp   59,342 14-Feb-2017 10:52
normnfc.nlp   47,076 14-Feb-2017 10:52
normnfd.nlp   40,566 14-Feb-2017 10:52
normnfkc.nlp   67,808 14-Feb-2017 10:52
normnfkd.nlp   61,718 14-Feb-2017 10:52
aspnet_perf.dll 4.7.2623.0 42,648 30-Nov-2017 04:16
aspnet_state_perf.h   318 30-Nov-2017 02:23
aspnet_state_perf.ini   42,996 30-Nov-2017 04:18
aspnet_wp.exe 4.7.2623.0 46,176 30-Nov-2017 04:16
clrjit.dll 4.7.2661.0 522,888 06-Apr-2018 17:13
clr.dll 4.7.2661.0 7,240,312 06-Apr-2018 17:13
dfdll.dll 4.6.1099.0 154,768 27-Mar-2017 03:33
globalmonospace.compositefont   26,040 16-Mar-2018 22:40
globalsansserif.compositefont   26,489 16-Mar-2018 22:40
globalserif.compositefont   29,779 16-Mar-2018 22:40
globaluserinterface.compositefont   186,009 05-Apr-2018 18:33
mscordacwks.dll 4.7.2661.0 1,341,080 06-Apr-2018 17:13
mscordbi.dll 4.7.2661.0 1,167,504 06-Apr-2018 17:13
mscoreei.dll 4.6.1099.0 497,824 27-Mar-2017 03:33
mscorlib.ni.dll 4.7.2661.0 20,521,528 06-Apr-2018 17:13
msvcp120_clr0400.dll 12.0.52519.0 485,576 05-Apr-2018 18:32
msvcr120_clr0400.dll 12.0.52519.0 987,840 05-Apr-2018 18:32
penimc.dll 14.7.2634.0 19,096 02-Feb-2018 21:11
penimc2_v0400.dll 4.7.2661.0 86,176 06-Apr-2018 17:13
penimc_v0400.dll 4.7.2634.0 24,728 02-Feb-2018 21:11
peverify.dll 4.7.2661.0 188,560 06-Apr-2018 17:13
presentationhost_v0400.dll.mui 4.7.2661.0 84,696 06-Apr-2018 17:13
presentationhost_v0400.dll 4.7.2661.0 214,216 06-Apr-2018 17:13
presentationnative_v0400.dll 4.7.2661.0 827,088 06-Apr-2018 17:13
servicemodel.mof   88,383 15-Jun-2017 05:17
servicemodel.mof.uninstall   896 15-Jun-2017 05:17
servicemonikersupport.dll 4.7.2623.0 29,376 30-Nov-2017 04:16
sos.dll 4.7.2661.0 743,544 06-Apr-2018 17:13
system.componentmodel.dataannotations.dll 4.6.1099.0 125,760 27-Mar-2017 03:33
system.core.dll 4.7.2661.0 1,482,296 06-Apr-2018 17:13
system.data.entity.dll 4.7.2102.0 4,033,744 06-Jun-2017 23:17
system.web.extensions.dll 4.7.2623.0 1,849,544 30-Nov-2017 04:16
webengine4.dll 4.7.2623.0 550,032 30-Nov-2017 04:16
webengine.dll 4.7.2623.0 24,712 30-Nov-2017 04:16
wminet_utils.dll 4.7.2102.0 136,368 06-Jun-2017 23:17
workflowservicehostperformancecounters.dll 4.6.1099.0 87,840 27-Mar-2017 03:33
wpfgfx_v0400.dll 4.7.2661.0 1,345,184 06-Apr-2018 17:13
presentationcore.dll 4.7.2661.0 3,635,016 06-Apr-2018 17:13
system.data.dll 4.7.2623.0 3,397,272 30-Nov-2017 04:16
system.transactions.dll 4.6.1099.0 303,824 27-Mar-2017 03:33
system.web.dll 4.7.2623.0 5,409,936 30-Nov-2017 04:16

For all supported x64-based versions of systems

TABLE

File name File version File size Date Time
mscorlib.dll 4.7.2661.0 5,414,032 06-Apr-2018 17:06
normidna.nlp   59,342 14-Feb-2017 10:52
normnfc.nlp   47,076 14-Feb-2017 10:52
normnfd.nlp   40,566 14-Feb-2017 10:52
normnfkc.nlp   67,808 14-Feb-2017 10:52
normnfkd.nlp   61,718 14-Feb-2017 10:52
aspnet_perf.dll 4.7.2623.0 46,232 30-Nov-2017 04:12
aspnet_state_perf.h   318 30-Nov-2017 02:05
aspnet_state_perf.ini   42,996 30-Nov-2017 04:12
aspnet_wp.exe 4.7.2623.0 50,784 30-Nov-2017 04:12
clrjit.dll 4.7.2661.0 1,208,456 06-Apr-2018 17:06
clr.dll 4.7.2661.0 10,360,952 06-Apr-2018 17:06
compatjit.dll 4.7.2661.0 1,259,664 06-Apr-2018 17:06
dfdll.dll 4.6.1099.0 181,400 27-Mar-2017 03:29
globalmonospace.compositefont   26,040 16-Mar-2018 22:40
globalsansserif.compositefont   26,489 16-Mar-2018 22:40
globalserif.compositefont   29,779 16-Mar-2018 22:40
globaluserinterface.compositefont   186,009 05-Apr-2018 18:33
mscordacwks.dll 4.7.2661.0 1,838,232 06-Apr-2018 17:06
mscordbi.dll 4.7.2661.0 1,621,136 06-Apr-2018 17:06
mscoreei.dll 4.6.1099.0 617,632 27-Mar-2017 03:29
mscorlib.ni.dll 4.7.2661.0 22,646,840 06-Apr-2018 17:13
msvcp120_clr0400.dll 12.0.52519.0 690,008 05-Apr-2018 18:32
msvcr120_clr0400.dll 12.0.52519.0 993,632 05-Apr-2018 18:32
penimc.dll 14.7.2634.0 19,096 02-Feb-2018 21:04
penimc2_v0400.dll 4.7.2661.0 104,608 06-Apr-2018 17:06
penimc_v0400.dll 4.7.2634.0 25,760 02-Feb-2018 21:04
peverify.dll 4.7.2661.0 260,240 06-Apr-2018 17:06
presentationframework.dll 4.7.2661.0 6,211,424 06-Apr-2018 17:13
presentationhost_v0400.dll.mui 4.7.2661.0 84,696 06-Apr-2018 17:06
presentationhost_v0400.dll 4.7.2661.0 277,704 06-Apr-2018 17:06
presentationnative_v0400.dll 4.7.2661.0 1,109,712 06-Apr-2018 17:06
servicemodel.mof   88,383 01-Nov-2017 21:38
servicemodel.mof.uninstall   896 01-Nov-2017 21:38
servicemonikersupport.dll 4.7.2623.0 31,424 30-Nov-2017 04:12
smdiagnostics.dll 4.7.2623.0 73,376 30-Nov-2017 04:16
sos.dll 4.7.2661.0 872,056 06-Apr-2018 17:06
system.activities.dll 4.7.2623.0 1,532,600 30-Nov-2017 04:16
system.componentmodel.dataannotations.dll 4.6.1099.0 125,760 27-Mar-2017 03:33
system.core.dll 4.7.2661.0 1,482,296 06-Apr-2018 17:13
system.data.entity.dll 4.7.2102.0 4,033,744 06-Jun-2017 23:17
system.data.sqlxml.dll 4.7.2612.0 734,400 22-Nov-2017 20:59
system.deployment.dll 4.6.1099.0 846,016 27-Mar-2017 03:33
system.directoryservices.accountmanagement.dll 4.7.2623.0 296,216 30-Nov-2017 04:16
system.directoryservices.protocols.dll 4.6.1099.0 200,488 27-Mar-2017 03:33
system.drawing.dll 4.6.1099.0 594,616 27-Mar-2017 03:33
system.identitymodel.services.dll 4.7.2623.0 198,368 30-Nov-2017 04:16
system.identitymodel.dll 4.7.2623.0 1,088,712 30-Nov-2017 04:16
system.management.dll 4.7.2102.0 415,432 06-Jun-2017 23:17
system.net.http.dll 4.7.2634.0 203,352 02-Feb-2018 21:11
system.runtime.caching.dll 4.6.1649.1 108,920 21-Apr-2017 05:35
system.runtime.remoting.dll 4.7.2114.0 347,368 30-Aug-2017 06:04
system.runtime.serialization.dll 4.7.2623.0 1,054,456 30-Nov-2017 04:16
system.security.dll 4.7.2650.0 324,696 21-Mar-2018 04:49
system.servicemodel.channels.dll 4.7.2623.0 157,912 30-Nov-2017 04:16
system.servicemodel.discovery.dll 4.7.2623.0 308,448 30-Nov-2017 04:16
system.servicemodel.internals.dll 4.7.2623.0 253,696 30-Nov-2017 04:16
system.servicemodel.routing.dll 4.6.1099.0 130,288 27-Mar-2017 03:33
system.servicemodel.washosting.dll 4.7.2623.0 39,648 30-Nov-2017 04:16
system.servicemodel.dll 4.7.2623.0 6,315,712 30-Nov-2017 04:16
system.web.applicationservices.dll 4.7.2623.0 70,912 30-Nov-2017 04:16
system.web.extensions.dll 4.7.2623.0 1,849,544 30-Nov-2017 04:16
system.windows.controls.ribbon.dll 4.7.2661.0 742,632 06-Apr-2018 17:13
system.windows.forms.dll 4.7.2114.0 5,181,656 30-Aug-2017 06:04
system.workflow.activities.dll 4.6.1099.0 1,044,720 27-Mar-2017 03:33
system.workflow.componentmodel.dll 4.6.1099.0 1,535,224 27-Mar-2017 03:33
system.workflow.runtime.dll 4.6.1099.0 494,816 27-Mar-2017 03:33
system.xaml.dll 4.7.2661.0 642,104 06-Apr-2018 17:13
system.xml.dll 4.7.2612.0 2,670,224 22-Nov-2017 20:59
system.dll 4.7.2634.0 3,539,992 02-Feb-2018 21:11
uiautomationclientsideproviders.dll 4.7.2661.0 361,352 06-Apr-2018 17:13
uiautomationclient.dll 4.7.2661.0 178,000 06-Apr-2018 17:13
uiautomationprovider.dll 4.7.2661.0 48,984 06-Apr-2018 17:13
uiautomationtypes.dll 4.7.2661.0 221,008 06-Apr-2018 17:13
webengine4.dll 4.7.2623.0 667,792 30-Nov-2017 04:12
webengine.dll 4.7.2623.0 26,256 30-Nov-2017 04:12
windowsbase.dll 4.7.2661.0 1,289,528 06-Apr-2018 17:13
wminet_utils.dll 4.7.2102.0 188,088 06-Jun-2017 23:13
workflowservicehostperformancecounters.dll 4.6.1099.0 99,608 27-Mar-2017 03:29
wpfgfx_v0400.dll 4.7.2661.0 1,764,000 06-Apr-2018 17:06
presentationcore.dll 4.7.2661.0 3,612,336 06-Apr-2018 17:06
system.data.dll 4.7.2623.0 3,461,784 30-Nov-2017 04:12
system.transactions.dll 4.6.1099.0 306,888 27-Mar-2017 03:29
system.web.dll 4.7.2623.0 5,397,136 30-Nov-2017 04:12
presentationframework.dll 4.7.2661.0 6,211,424 06-Apr-2018 17:13
smdiagnostics.dll 4.7.2623.0 73,376 30-Nov-2017 04:16
system.activities.dll 4.7.2623.0 1,532,600 30-Nov-2017 04:16
system.componentmodel.dataannotations.dll 4.6.1099.0 125,760 27-Mar-2017 03:33
system.core.dll 4.7.2661.0 1,482,296 06-Apr-2018 17:13
system.data.entity.dll 4.7.2102.0 4,033,744 06-Jun-2017 23:17
system.data.sqlxml.dll 4.7.2612.0 734,400 22-Nov-2017 20:59
system.deployment.dll 4.6.1099.0 846,016 27-Mar-2017 03:33
system.directoryservices.accountmanagement.dll 4.7.2623.0 296,216 30-Nov-2017 04:16
system.directoryservices.protocols.dll 4.6.1099.0 200,488 27-Mar-2017 03:33
system.drawing.dll 4.6.1099.0 594,616 27-Mar-2017 03:33
system.identitymodel.services.dll 4.7.2623.0 198,368 30-Nov-2017 04:16
system.identitymodel.dll 4.7.2623.0 1,088,712 30-Nov-2017 04:16
system.management.dll 4.7.2102.0 415,432 06-Jun-2017 23:17
system.net.http.dll 4.7.2634.0 203,352 02-Feb-2018 21:11
system.runtime.caching.dll 4.6.1649.1 108,920 21-Apr-2017 05:35
system.runtime.remoting.dll 4.7.2114.0 347,368 30-Aug-2017 06:04
system.runtime.serialization.dll 4.7.2623.0 1,054,456 30-Nov-2017 04:16
system.security.dll 4.7.2650.0 324,696 21-Mar-2018 04:49
system.servicemodel.channels.dll 4.7.2623.0 157,912 30-Nov-2017 04:16
system.servicemodel.discovery.dll 4.7.2623.0 308,448 30-Nov-2017 04:16
system.servicemodel.internals.dll 4.7.2623.0 253,696 30-Nov-2017 04:16
system.servicemodel.routing.dll 4.6.1099.0 130,288 27-Mar-2017 03:33
system.servicemodel.washosting.dll 4.7.2623.0 39,648 30-Nov-2017 04:16
system.servicemodel.dll 4.7.2623.0 6,315,712 30-Nov-2017 04:16
system.web.applicationservices.dll 4.7.2623.0 70,912 30-Nov-2017 04:16
system.web.extensions.dll 4.7.2623.0 1,849,544 30-Nov-2017 04:16
system.windows.controls.ribbon.dll 4.7.2661.0 742,632 06-Apr-2018 17:13
system.windows.forms.dll 4.7.2114.0 5,181,656 30-Aug-2017 06:04
system.workflow.activities.dll 4.6.1099.0 1,044,720 27-Mar-2017 03:33
system.workflow.componentmodel.dll 4.6.1099.0 1,535,224 27-Mar-2017 03:33
system.workflow.runtime.dll 4.6.1099.0 494,816 27-Mar-2017 03:33
system.xaml.dll 4.7.2661.0 642,104 06-Apr-2018 17:13
system.xml.dll 4.7.2612.0 2,670,224 22-Nov-2017 20:59
system.dll 4.7.2634.0 3,539,992 02-Feb-2018 21:11
uiautomationclientsideproviders.dll 4.7.2661.0 361,352 06-Apr-2018 17:13
uiautomationclient.dll 4.7.2661.0 178,000 06-Apr-2018 17:13
uiautomationprovider.dll 4.7.2661.0 48,984 06-Apr-2018 17:13
uiautomationtypes.dll 4.7.2661.0 221,008 06-Apr-2018 17:13
windowsbase.dll 4.7.2661.0 1,289,528 06-Apr-2018 17:13
mscorlib.dll 4.7.2661.0 5,632,144 06-Apr-2018 17:13
normidna.nlp   59,342 14-Feb-2017 10:52
normnfc.nlp   47,076 14-Feb-2017 10:52
normnfd.nlp   40,566 14-Feb-2017 10:52
normnfkc.nlp   67,808 14-Feb-2017 10:52
normnfkd.nlp   61,718 14-Feb-2017 10:52
aspnet_perf.dll 4.7.2623.0 42,648 30-Nov-2017 04:16
aspnet_state_perf.h   318 30-Nov-2017 02:23
aspnet_state_perf.ini   42,996 30-Nov-2017 04:18
aspnet_wp.exe 4.7.2623.0 46,176 30-Nov-2017 04:16
clrjit.dll 4.7.2661.0 522,888 06-Apr-2018 17:13
clr.dll 4.7.2661.0 7,240,312 06-Apr-2018 17:13
dfdll.dll 4.6.1099.0 154,768 27-Mar-2017 03:33
globalmonospace.compositefont   26,040 16-Mar-2018 22:40
globalsansserif.compositefont   26,489 16-Mar-2018 22:40
globalserif.compositefont   29,779 16-Mar-2018 22:40
globaluserinterface.compositefont   186,009 05-Apr-2018 18:33
mscordacwks.dll 4.7.2661.0 1,341,080 06-Apr-2018 17:13
mscordbi.dll 4.7.2661.0 1,167,504 06-Apr-2018 17:13
mscoreei.dll 4.6.1099.0 497,824 27-Mar-2017 03:33
mscorlib.ni.dll 4.7.2661.0 20,521,528 06-Apr-2018 17:13
msvcp120_clr0400.dll 12.0.52519.0 485,576 05-Apr-2018 18:32
msvcr120_clr0400.dll 12.0.52519.0 987,840 05-Apr-2018 18:32
penimc.dll 14.7.2634.0 19,096 02-Feb-2018 21:11
penimc2_v0400.dll 4.7.2661.0 86,176 06-Apr-2018 17:13
penimc_v0400.dll 4.7.2634.0 24,728 02-Feb-2018 21:11
peverify.dll 4.7.2661.0 188,560 06-Apr-2018 17:13
presentationhost_v0400.dll.mui 4.7.2661.0 84,696 06-Apr-2018 17:13
presentationhost_v0400.dll 4.7.2661.0 214,216 06-Apr-2018 17:13
presentationnative_v0400.dll 4.7.2661.0 827,088 06-Apr-2018 17:13
servicemonikersupport.dll 4.7.2623.0 29,376 30-Nov-2017 04:16
sos.dll 4.7.2661.0 743,544 06-Apr-2018 17:13
system.componentmodel.dataannotations.dll 4.6.1099.0 125,760 27-Mar-2017 03:33
system.core.dll 4.7.2661.0 1,482,296 06-Apr-2018 17:13
system.data.entity.dll 4.7.2102.0 4,033,744 06-Jun-2017 23:17
system.web.extensions.dll 4.7.2623.0 1,849,544 30-Nov-2017 04:16
webengine4.dll 4.7.2623.0 550,032 30-Nov-2017 04:16
webengine.dll 4.7.2623.0 24,712 30-Nov-2017 04:16
wminet_utils.dll 4.7.2102.0 136,368 06-Jun-2017 23:17
workflowservicehostperformancecounters.dll 4.6.1099.0 87,840 27-Mar-2017 03:33
wpfgfx_v0400.dll 4.7.2661.0 1,345,184 06-Apr-2018 17:13
presentationcore.dll 4.7.2661.0 3,635,016 06-Apr-2018 17:13
system.data.dll 4.7.2623.0 3,397,272 30-Nov-2017 04:16
system.transactions.dll 4.6.1099.0 303,824 27-Mar-2017 03:33
system.web.dll 4.7.2623.0 5,409,936 30-Nov-2017 04:16

For all supported ARM-based versions of systems

File name File version File size Date Time
mscorlib.dll 4.7.2661.0 5,632,904 06-Apr-2018 17:03
normidna.nlp   59,342 14-Feb-2017 10:52
normnfc.nlp   47,076 14-Feb-2017 10:52
normnfd.nlp   40,566 14-Feb-2017 10:52
normnfkc.nlp   67,808 14-Feb-2017 10:52
normnfkd.nlp   61,718 14-Feb-2017 10:52
clrjit.dll 4.7.2661.0 686,976 06-Apr-2018 17:03
clr.dll 4.7.2661.0 6,739,320 06-Apr-2018 17:03
mscordacwks.dll 4.7.2661.0 1,295,768 06-Apr-2018 17:03
mscordbi.dll 4.7.2661.0 1,130,376 06-Apr-2018 17:03
mscoreei.dll 4.6.1099.0 514,544 27-Mar-2017 03:27
mscorlib.ni.dll 4.7.2661.0 20,719,160 06-Apr-2018 17:13
msvcp120_clr0400.dll 12.0.52242.36242 602,080 05-Apr-2018 18:32
msvcr120_clr0400.dll 12.0.52242.36242 634,336 05-Apr-2018 18:32
sos.dll 4.7.2661.0 648,568 06-Apr-2018 17:03
system.componentmodel.dataannotations.dll 4.6.1099.0 125,760 27-Mar-2017 03:33
system.core.dll 4.7.2661.0 1,482,296 06-Apr-2018 17:13
wminet_utils.dll 4.7.2102.0 110,592 06-Jun-2017 23:10
workflowservicehostperformancecounters.dll 4.6.1099.0 72,808 27-Mar-2017 03:27
system.data.dll 4.7.2623.0 3,389,936 30-Nov-2017 04:09
system.transactions.dll 4.6.1099.0 304,152 27-Mar-2017 03:27
system.web.dll 4.7.2623.0 5,411,304 30-Nov-2017 04:09
smdiagnostics.dll 4.7.2623.0 73,376 30-Nov-2017 04:16
system.activities.dll 4.7.2623.0 1,532,600 30-Nov-2017 04:16
system.componentmodel.dataannotations.dll 4.6.1099.0 125,760 27-Mar-2017 03:33
system.core.dll 4.7.2661.0 1,482,296 06-Apr-2018 17:13
system.data.sqlxml.dll 4.7.2612.0 734,400 22-Nov-2017 20:59
system.deployment.dll 4.6.1099.0 846,016 27-Mar-2017 03:33
system.directoryservices.protocols.dll 4.6.1099.0 200,488 27-Mar-2017 03:33
system.drawing.dll 4.6.1099.0 594,616 27-Mar-2017 03:33
system.identitymodel.dll 4.7.2623.0 1,088,712 30-Nov-2017 04:16
system.management.dll 4.7.2102.0 415,432 06-Jun-2017 23:17
system.net.http.dll 4.7.2634.0 203,352 02-Feb-2018 21:11
system.runtime.remoting.dll 4.7.2114.0 347,368 30-Aug-2017 06:04
system.runtime.serialization.dll 4.7.2623.0 1,054,456 30-Nov-2017 04:16
system.security.dll 4.7.2650.0 324,696 21-Mar-2018 04:49
system.servicemodel.internals.dll 4.7.2623.0 253,696 30-Nov-2017 04:16
system.servicemodel.dll 4.7.2623.0 6,315,712 30-Nov-2017 04:16
system.web.applicationservices.dll 4.7.2623.0 70,912 30-Nov-2017 04:16
system.windows.forms.dll 4.7.2114.0 5,181,656 30-Aug-2017 06:04
system.xaml.dll 4.7.2661.0 642,104 06-Apr-2018 17:13
system.xml.dll 4.7.2612.0 2,670,224 22-Nov-2017 20:59
system.dll 4.7.2634.0 3,539,992 02-Feb-2018 21:11

↑ Back to the top


Keywords: kbsurveynew, kbqfe, kbfix, ATDownload, kbbug, kbexpertiseinter

↑ Back to the top

Article Info
Article ID : 4098972
Revision : 18
Created on : 6/5/2018
Published on : 11/10/2018
Exists online : False
Views : 276