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.
Santiago Trujillo
For me, all I needed to do was modify the Project Properties (right click the project in the Solution Explorer --> Project Properties), then under the Application tab, select an appropriate Target Framework. It was unset for me by default.
Copy the "cli" folder and rename it to "cli_x64". This works for me.
azure-functions-core-tools
installed.right-click project root | properties | Debug
You should see this:
Launch
to Executable
Executable
to the path of your azure-functions-core-tools
executable - in AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\func.exe