Today, we are releasing the January 2020 Preview of Quality Rollup Updates for .NET Framework.
Quality and Reliability
This release contains the following quality and reliability improvements.
Acquistion & Deployment
- Addresses an issue where the installation of .NET 4.8 on Windows machines prior to 1809 build prevents .NET-specific settings to be migrated during Windows upgrade to build 1809. Note: to prevent this issue, this update must be applied before the upgrade to a newer version of Windows.
CLR1
-
A change in .NET Framework 4.8 regressed certain EnterpriseServices scenarios where an single-thread apartment object may be treated as an multi-thread apartment and lead to a blocking failure. This change now correctly identifies single-thread apartment objects as such and avoids this failure.
-
There is a race condition in the portable PDB metadata provider cache that leaked providers and caused crashes in the diagnostic StackTrace API. To fix the race, detect the cause where the provider wasn’t being disposed and dispose it.
-
Addresses an issue when in Server GC, if you are truly out of memory when doing SOH allocations (ie, there has been a full blocking GC and still no space to accommodate your SOH allocation), you will see full blocking GCs getting triggered over and over again with the trigger reason OutOfSpaceSOH. This fix is to throw OOM when we have detected this situation instead of triggering GCs in a loop.
-
Addresses an issue caused by changing process affinity from 1 to N cores.
Net Libraries
- Strengthens UdpClient against incorrect usage in network configurations with an exceptionally large MTU.
SQL
- Addresses an issue with SqlClient Bid traces where information wasn’t being printed due to incorrectly formatted strings.
Winforms
-
Addresses an issue in System.Windows.Forms.TextBox controls with ImeMode property set to NoControl. These controls now retain IME setting consistent with the OS setting regardles of the order of navigation on the page. Fix applies to CHS with pinyin keyboard.
-
Addresses an issue with System.Windows.Forms.ComboBox control with ImeMode set to ImeMode.NoControl on CHS with Pinyin keyboard to retain input mode of the parent container control instead of switching to disabled IME when navigating using mouse clicks and when focus moves from a control with disabled IME to this ComboBox control.
-
An accessibility change in .NET Framework 4.8 regressed editing IP address UI in the DataGridView in Create Cluster Wizard in Failover Cluster Services: users can’t enter the IP value after control UIA tree restructuring related to editing control movement to another editing cell. Such custom DataGridView cells (IP address cell) and their inner controls are currently not processed in default UIA tree restructuring to prevent this issue.
WCF2
- Added opt-in retry mechanism when configuring listening endpoints on the WCF Activation service to address potential race condition when rapidly restarting an IIS application multiple times while under high CPU load which resulted in an endpoint being inaccessible. Customers can opt in to the fix by adding the following AppSetting to SMSvcHost.exe.config under the %windir%\Microsoft.NET\Framework\v4.0.30319 and %windir%\Microsoft.NET\Framework64\v4.0.30319 folders as appropriate. This will retry registering an endpoint 10 times with a 1 second delay between each attempt before placing the endpoint in a failure state.
 Â
 Â
WPF3
-
Addresses an issue where under some circumstances, Popup’s in high-DPI WPF applications are not shown, are shown at the top-left corner of the screen, or are shown/rendered incompletely.
-
Addresses and issue when creating an XPS document in WPF, font subsetting may result in a FileFormatException of the process of subsetting would grow the font.
-
Addresses incorrect width of the text-insertion caret in TextBox et al., when the system DPI exceeds 96. In particular, the caret rendered nothing on a monitor with lower DPI than the primary, in some DPI-aware situations.
-
Addresses a hang arising during layout of Grids with columns belonging to a SharedSizeGroup
-
Addresses a hang and eventual StackOverflowException arising when opening a RibbonSplitButton, if the app programmatically disables the button and replaces its menu items before the user releases the mouse button.
-
Addresses certain hangs that can arise while scrolling a TreeView.
-
Addresses a reliability problem that reduces crashes when running in Software Rendering mode.
1 Common Language Runtime (CLR)
2 Windows Communication Foundation (WCF) 3 Windows Presentation Foundation (WPF)
Getting the Update
The Preview of Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft Update Catalog.
Microsoft Update Catalog
You can get the update via the Microsoft Update Catalog. For Windows 10, NET Framework 4.8 updates are available via Windows Update, Windows Server Update Services, Microsoft Update Catalog. Updates for other versions of .NET Framework are part of the Windows 10 Monthly Cumulative Update.
Note: Customers that rely on Windows Update and Windows Server Update Services will automatically receive the .NET Framework version-specific updates. Advanced system administrators can also take use of the below direct Microsoft Update Catalog download links to .NET Framework-specific updates. Before applying these updates, please ensure that you carefully review the .NET Framework version applicability, to ensure that you only install updates on systems where they apply.
The following table is for Windows 10 and Windows Server 2016+ versions.
Product Version | Cumulative Update | |
---|---|---|
Windows 10 1809 (October 2018 Update) and Windows Server 2019 | 4535669 | |
.NET Framework 3.5, 4.7.2 | Catalog | 4534119 |
.NET Framework 3.5, 4.8 | Catalog | 4534131 |
Windows 10 1803 (April 2018 Update) | ||
.NET Framework 3.5, 4.7.2 | Catalog | 4534308 |
.NET Framework 4.8 | Catalog | 4534130 |
Windows 10 1709 (Fall Creators Update) | ||
.NET Framework 3.5, 4.7.1, 4.7.2 | Catalog | 4534318 |
.NET Framework 4.8 | Catalog | 4534129 |
Windows 10 1607 (Anniversary Update) and Windows Server 2016 | ||
.NET Framework 3.5, 4.6.2, 4.7, 4.7.1, 4.7.2 | Catalog | 4534307 |
.NET Framework 4.8 | Catalog | 4534126 |
The following table is for earlier Windows and Windows Server versions.
Product Version | Preview of Quality Rollup | |
---|---|---|
Windows 8.1, Windows RT 8.1 and Windows Server 2012 R2 | 4535674 | |
.NET Framework 3.5 | Catalog | 4532946 |
.NET Framework 4.5.2 | Catalog | 4534120 |
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 | Catalog | 4534117 |
.NET Framework 4.8 | Catalog | 4534134 |
Windows Server 2012 | 4535673 | |
.NET Framework 3.5 | Catalog | 4532943 |
.NET Framework 4.5.2 | Catalog | 4534121 |
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 | Catalog | 4534116 |
.NET Framework 4.8 | Catalog | 4534133 |
Previous Monthly Rollups
The last few .NET Framework Monthly updates are listed below for your convenience:
* January 2020 Security and Quality Rollup * December 2019 Security and Quality Rollup * November 2019 Preview of Quality Rollup
Where is the update for Windows 10 1909?
Will be any news for RDLC report rendering on Net Core Platform (Winforms, console app, and MVC), or we have to wait next year for NET 5?
Thank you!