C
C#2y ago
kenan239

❔ Visual Studio not detecting .NET 7

I have installed the .NET 7 SDK, but its not showing up (I have run dotnet sdk check)
No description
25 Replies
Angius
Angius2y ago
Run dotnet --info and dotnet --list-sdks Also, what version of VS is it?
kenan239
kenan239OP2y ago
dotnet --info
No description
kenan239
kenan239OP2y ago
dotnet --list-sdks
No description
kenan239
kenan239OP2y ago
Visual studio community 2022
Angius
Angius2y ago
And the whole output of the info?
kenan239
kenan239OP2y ago
No description
Angius
Angius2y ago
I think I know what it could be... Check your environmental variables, the Path one to be precise And make sure the path to the x64 version of dotnet is above the x86 one
kenan239
kenan239OP2y ago
No description
kenan239
kenan239OP2y ago
It is
Angius
Angius2y ago
Huh Do you have any pending updates to VS? If so, update it maybe? If not... create a project with dotnet new, open it with VS and see what happens? Or create a 6.0 project, edit the framework version in the csproj file, and see what happens?
kenan239
kenan239OP2y ago
No description
kenan239
kenan239OP2y ago
Nothing resolves anymore
No description
kenan239
kenan239OP2y ago
Can't run it either
No description
Angius
Angius2y ago
Huh Besides updating VS, no idea Does it run with dotnet run?
kenan239
kenan239OP2y ago
Let me check Yes it does
Angius
Angius2y ago
A case of VS being fucky-wucky then
kenan239
kenan239OP2y ago
Any way to fix that
Angius
Angius2y ago
17.7.5 is the most recent version, is that the one you have?
No description
kenan239
kenan239OP2y ago
17.1.3
Angius
Angius2y ago
Update
kenan239
kenan239OP2y ago
I have to clean up stuff first
No description
Angius
Angius2y ago
Go ahead and do that, then
kenan239
kenan239OP2y ago
No description
jcotton42
jcotton422y ago
WizTree - The Fastest Disk Space Analyzer
Official WizTree web site. WizTree is the fastest disk space analyzer available for Windows. It reads the Master File Table (MFT) directly from the disk, bypassing Windows and gaining a huge performance boost.
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?