Crash after October 13, 2020 .NET security update

  • Thread starter Thread starter [Tim_P]
  • Start date Start date
T

[Tim_P]

Guest
Our WPF application using SQLEXPRESS and .NET 3.5 has experienced continued problems since this update was pushed to our users. We've tried installing the latest .NET update released on October 20th, but the issue persists. Viewing the windows event logs it appears as though the connection to SQLEXPRESS is dropped and the application is unable to reestablish a connection. After a handful of failed attempts this exception is thrown:



Faulting application name: MyApplication.exe, version: 1.0.0.0, time stamp: 0x5f74e613

Faulting module name: KERNELBASE.dll, version: 10.0.18362.1139, time stamp: 0xa8b891f5

Exception code: 0xe0434352

Fault offset: 0x0000000000043b29

Faulting process id: 0x374c

Faulting application start time: 0x01d6aba4daeaa9f8

Faulting application path: PathToMyApplication

Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll

Report Id: dda39c66-5cdd-4b03-82a7-3acf74cd80de

Faulting package full name:

Faulting package-relative application ID:



This crash happens at random and does not correlate with a specific action inside the application. Is this a known issue? Is Microsoft working on another update for .NET? Thanks for any assistance.

Continue reading...
 
Back
Top