core 2.1 has been out of support for a long time. maybe your hosting environment no longer supports it.
you should upgrade to a supported version. .net 6 LTS being the lowest possible.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have an ASP.NET Core 2.1 web application. Today when I try to debug I got this error. I just made new additions last week, it was working without any problems. What is wrong with it?
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.
Thank you.
core 2.1 has been out of support for a long time. maybe your hosting environment no longer supports it.
you should upgrade to a supported version. .net 6 LTS being the lowest possible.
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 '[13496] WebApplication3.exe' has exited with code 2147516566 (0x80008096).
I am still getting above issue