After the Microsoft .NET Framework 4.7 update is installed, you might encounter a visual rendering problem in SAS Enterprise Guide and other Windows applications on a touchscreen-enabled device.
To work around this issue, use one of the following options.
Note: Option 2 resolves the issue for only the version of SAS Enterprise Guide that is installed. If you have multiple versions of SAS Enterprise Guide installed, you must perform the steps in Option 2 for each version. Other Windows applications might continue to have issues until you are able to perform the steps documented by Microsoft in Option 1.
Option 1: (Recommended) Follow the Microsoft walk-through listed in the article "'COMException' error from WPF applications after the .NET Framework 4.7 is installed on Windows 7 or Windows Server 2008 R2," on the Microsoft website.
Option 2: If you are unable to remove Microsoft software from your machine, follow the steps documented below:
<runtime>
<AppContextSwitchOverrides
value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true" />
</runtime>