Random error is thrown at runtime #13254
Labels
untriaged
The team needs to look at this issue in the next triage
waiting-author-feedback
The team requires more information from the author
.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
andAppDomain.CurrentDomain.UnhandledException
in my start-upProgram.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.
The text was updated successfully, but these errors were encountered: