From d5c2c67d6a8e2daad6cc48cb8fcdb63c4437f083 Mon Sep 17 00:00:00 2001 From: Devendar Reddy Adulla Date: Tue, 7 Apr 2020 10:21:54 -0700 Subject: [PATCH] Update 706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md Updating known issue with released servicing fix. --- ...ay have problems rendering UI on latest Operating Systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/net472/KnownIssues/706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md b/releases/net472/KnownIssues/706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md index a748aef..e4cd002 100644 --- a/releases/net472/KnownIssues/706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md +++ b/releases/net472/KnownIssues/706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md @@ -7,4 +7,4 @@ WinForms applications may have problems rendering the application UI and instead The issue is caused by a change in Windows 10 October 2018 Update that exposed a bug in .NET Framework 4.7.2. The Windows 10 October 2018 Update adds a new flag to VisualStyle state when the application UI launches a child dialog (i.e., a FileSaveDialog or PrintpreviewDialog) that causes .NET Framework to fail its VisualStyleState check and thus throw an exception while rendering the application UI. ## Resolution -A .NET 4.7.2 servicing fix for this will be released in near future and will also be included in the next version (4.8) of .NET Framework. This known issue will be updated with more details when that happens. +A .NET 4.7.2 servicing fix [KB4481031](https://support.microsoft.com/en-us/help/4481031/january-22-2019-kb4481031) for this issue has been released and is also included in the version (4.8) of .NET Framework.