Winform application built on .NetCore 6 crashing intermittenly

Sunny Sharma 1 Reputation point
2023-11-09T11:34:54.33+00:00

We have a Winform application built on .NetCore 6 crashing intermittently randomly with the below error

Winform application built on .NetCore 6 crashing intermittently

User's image

Have anyone encountered this issue?

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,835 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,398 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andy De George 90 Reputation points Microsoft Employee
    2024-02-02T22:06:48.85+00:00

    It's probably not the answer you're looking for, but you should update to .NET 8. There are a lot of runtime changes between .NET 6 and .NET 8. Also, support for .NET 6 ends in 10 days. If there is any critical bug in .NET that you could report, they would want to know if it happens on .NET 8. So the first step to solving the bug is moving to the latest .NET.