Search code examples
c#.netvisual-studiobuildproject

Visual Studio - Debug Executable Specified in the Debug Profile does not Exist


I am trying to run a simple HelloWorld C# .NET Core Console Application and I get this error. Being fairly new, I couldn't resolve it upon trying certain things mentioned in another answer. Please guide me on how to resolve it.

The error I get is:

The debug executable [PATH] specified in the [Project Name] debug profile does not exist.

Visual Studio Screenshot


Solution

  • I tried multiple solutions for many days, but the only thing that worked for me was completely removing VS 2019 and then re-installing.