0

I have an asp net core API application. It ran normally, after a while when running more identity application of this error in debug console.

The application to execute does not exist: 'C:\Dev\git\EmployeeFeedBack\Programmers.Internals\src\Services\Identity\Identity.API\bin\Debug\netcoreapp2.2\Identity.API.dll'

C:\Program Files\dotnet\dotnet.exe (process 9040) exited with code -2147450751. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . .

I searched for some more unsuccessful forum solutions

Eliemerson Fonseca
  • 717
  • 3
  • 10
  • 33
  • Based on the path, does the application exist?. Also ensure that Identity.API builds properly – Bosco Sep 01 '19 at 10:19
  • Possible duplicate of [The program '\[3984\] dotnet.exe' has exited with code -2147450751 (0x80008081)](https://stackoverflow.com/questions/48672371/the-program-3984-dotnet-exe-has-exited-with-code-2147450751-0x80008081) – hujtomi Sep 01 '19 at 16:43

0 Answers0