-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
.NET version
.net 8, WinForms
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
The App works file without any code changes since .net 6.
Issue description
The exception unknown software exception 0xx0434352 occurred in the app at location 0x000007FF919E41B39
Why is this error thrown at random places in runtime. My app is a WinForms app, with some DevExpress libraries, when error is thrown the app is closed and user will have to start the app again. I even have Application.ThreadException and AppDomain.CurrentDomain.UnhandledException in my start-up Program.cs file.
My system performance is running good and has all windows updates, even the sfs scanner shows there is nothing wrong with the system or server.
Upon further researching the error, there is something called KernalBase.dll that is throwing this error.
How can this be resolved?
Steps to reproduce
I'm not sure how to reproduce the issue, but occurring and creating issue at user's end.