C# winform applications accessing a SQL Server by means of the Microsoft OLE DB Provider all work fine.
When using a third party provider supplied by Siemens, namely WinCC OLE DB Provider, applications crash
with exception code 0x0000409, indicating that the faulty module is the ucrtbase.dll.
This happens on different PCs, all running Windows 10 Prof. 1909. It happens with local SQL access or access
by means of another PC thru the network. After checking the Internet for possible causes and fixes, I found several
advices hinting to corrupted system files. I ran sfc /scannow, which couldn't detect any problems. Furthermore, Windows
Update problems were mentioned. I used DISM.exe /Online /Cleanup-image /Restorehealth which couldn't detect any
problem as well. I'm in touch with Siemens support, but I'd like to find out if there are more things worth checking in
the Windows environment. I'd be grateful for every advice.