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?
Hello,
We have not encountered a similar issue before, so it is challenging to determine its cause with only this information. It will help if you share the full message of the exception and its call stack as mentioned in this help topic: Obtain an Exception's Call Stack. Also, you can follow the instructions from this KB article to try to determine the cause of the issue: How to investigate an issue and determine why it occurs in WinForms project.