F
FilipEli
Guest
We have a WinForms application. Sometimes, without any apparent reason, the app crashes. An AccessViolationException is caught before this (An attempt to read or write protected memory. This is often a sign that other memory is corrupted.) It is captured in the Program.cs class in the Main() method. Then the application will exit. (recorded in the Application_ApplicationExit event handler) This situation occurs unexpectedly during various user actions.Does anyone have an idea where the problem could be? How can I solve this problem?Thanks for any idea.
Continue reading...
Continue reading...