.net core the target process exited without triggering an event initiated by CoreCLR

2.8k views Asked by At

I am using .net core 2.2 and when I run the project I get the following error:

The target process exited without triggering an event fired by CoreCLR. Make sure the target process is configured to use .NET Core. This is to be expected if the target process is not running on .NET Core. The program '[12020] dotnet.exe' exited with code 2147516566 (0x80008096).

I couldn't find the source of the problem, can you help me?

0

There are 0 answers