✅ Can't get VSCode to run a C# Project

Hello,

In my upcoming class, I need to set up my Development environment, which includes a .NET 6.0 Framework as seen here (https://byui-cse.github.io/cse210-ww-course/unit01/dev-environment/)

However, no matter what I do, I cannot get the program to run.
I've installed both the .NET 6.0 and 8.0 SDKs and Runtimes
I've reinstalled the VSCode Extensions multiple times (including the experimental versions)
I manually went through all the files and changed 6.0 to 8.0

However, the following error appears, even after changing the dotnet path to the x64 installation location:

The command could not be loaded, possibly because:
What am I doing wrong?
Microsoft
Official .NET downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
Learn how .NET automatically finds and chooses runtime versions for your program. Additionally, this article teaches you how to force a specific version.
Was this page helpful?