I have created a .Net 5 windows forms project. It was working fine till Sep-15-2022. After that, it started throwing the following error message. "The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to use .NET Core. This may be expected if the target process did not run on .NET Core. The program '[23716] CoreApp.exe: Program Trace' has exited with code 0 (0x0). The program '[23716] CoreRunQtr.exe' has exited with code -2147450740 (0x8000808c)."
So far I have tried the following and but could not get it resolved:
- Reinstalling .NET 5 from https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-5.0.408-windows-x64-installer
- Tried the suggestions from The target process exited without raising CoreCLR started event error with .NET Core 2.2
Environment: Windows 10 64-bit OS Visual studio 2019 Version 16.11.19
Could you please help?