John Stewart
John Stewart
CC#
Created by John Stewart on 3/21/2024 in #help
✅ 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: * You intended to execute a .NET application: The application 'restore' does not exist. * You intended to execute a .NET SDK command: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found What am I doing wrong?
18 replies