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?

Developer technologies | Windows Forms
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Andy De George 95 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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.