I have correctly installed the .Net SDK (Version 7) and in the "Program Files" folder it was shown. But when I start Visual Studio, it didnt find it and the Project-Map on the rightsight is empty.
Visual Studio Version 2022 is used.
A short instruction to fix it
CodePudding user response:
i had this problem before, my solution:
- close all vs-apps
- go to your Advanced System Settings --> Advanced --> Environment Variables
- Under System Variables you will find the entry "Path" --> edit this one
- move the "C:\Program Files\dotnet" entry on top of "C:\Program Files(x86)\dotnet"
- press ok and restart vs
hope that resolves the issue