Just installed the following Windows Update:
as part of the bigger KB4457920 update.
However, after installing it, many .NET application that are running on the server start failing in different moments. When the applications fail, the following errors are logged in the Event Viewer and uninstalling the update is the only solution.
Every time the applications fail, these 3 errors are logged at the same time:
Error 1:
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.SEHException
(different sub-stack traces)
Error 2:
Faulting application name: ABC.exe, version: 1.0.0.0, time stamp: 0x5bf5574b
Faulting module name: KERNELBASE.dll, version: 6.3.9600.19178, time stamp: 0x5bc006fd
Exception code: 0xc0000006
Fault offset: 0x0000000000008e6c
Faulting process id: 0x868
Faulting application start time: 0x01d483667e54d612
Faulting application path: D:\Hosting\ABC.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 5da6c6cc-ef5a-11e8-8125-0ab333379659
Faulting package full name:
Faulting package-relative application ID:
Error 3:
Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program ABC because of this error.
Program: ABC
File:
The error value is listed in the Additional Data section.
User Action
1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
2. If the file still cannot be accessed and
- It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
- It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
4. If the problem persists, restore the file from a backup copy.
5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.
Additional Data
Error value: C000026E
Disk type: 0
Note that the last error is as-is, there are 2 spaces where the file name should be specified: "...cannot access the file (blank path) for one of the...".
Since it's an update to prevent "remote code execution" it needs to be installed. Is there any re-configuration and/or code changes needed after the installation to prevent the issue?
Windows version: Window Server 2012 R2 Version 6.3.9600 -- .NET Version: 4.5.x
Note: I've installed all the pending updates and this happened:
- Installed Nov-2018 updates (KB4467242) successfully. KB4457920 failed. > Apps started failing.
- Reinstalled KB4457920 and it was failing. Uninstalling KB4457034 fixed the issue.