After installation of KB5025229/KB5025230 we are getting errors in our software:
System.IO.IOException: The process cannot access the file '{file}' because it is being used by another process.
After de-installation of KB5025229/KB5025230 the problem is gone. The problem occurred on multiple Azure VM's with Windows Server 2019 and Windows Server 2022.
Software is a c# dotnetframework4.7 asp.net MVC website running on IIS. Problem occurs on writing a temp file; this file is opened and closed multiple times in a short time, each time new data is added to the file.
This file is stored on an Azure Storage Account File Share.
So it looks like another process is locking the file now, what process can this be? Maybe Defender checking the changed file? I looked into the changes in KB5025229 but could not see anything related to this.
Does anyone have any ideas on this?