C
C#8mo ago
kenan (2)

❔ 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
Angius8mo ago
Run dotnet --info and dotnet --list-sdks Also, what version of VS is it?
kenan (2)
kenan (2)8mo ago
dotnet --info
No description
kenan (2)
kenan (2)8mo ago
dotnet --list-sdks
No description
kenan (2)
kenan (2)8mo ago
Visual studio community 2022
Angius
Angius8mo ago
And the whole output of the info?
kenan (2)
kenan (2)8mo ago
No description
Angius
Angius8mo 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
kenan (2)
kenan (2)8mo ago
No description
kenan (2)
kenan (2)8mo ago
It is
Angius
Angius8mo 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?
kenan (2)
kenan (2)8mo ago
No description
kenan (2)
kenan (2)8mo ago
Nothing resolves anymore
No description
kenan (2)
kenan (2)8mo ago
Can't run it either
No description
Angius
Angius8mo ago
Huh Besides updating VS, no idea Does it run with dotnet run?
kenan (2)
kenan (2)8mo ago
Let me check Yes it does
Angius
Angius8mo ago
A case of VS being fucky-wucky then
kenan (2)
kenan (2)8mo ago
Any way to fix that
Angius
Angius8mo ago
17.7.5 is the most recent version, is that the one you have?
No description
kenan (2)
kenan (2)8mo ago
17.1.3
Angius
Angius8mo ago
Update
kenan (2)
kenan (2)8mo ago
I have to clean up stuff first
No description
Angius
Angius8mo ago
Go ahead and do that, then
kenan (2)
kenan (2)8mo ago
No description
jcotton42
jcotton428mo 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
Accord8mo 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.
Want results from more Discord servers?
Add your server
More Posts
KeyNotFoundException: The given key was not present in the dictionary.Hey guys. I am attempting to send paramaters over to another method in a different file and im getti❔ Garbage collection questionI see in many libraries examples where in DI ".AddScoped<>", ".AddTransient<>" is used instead of ".❔ CS0123No overload for 'CanvasMain_PreviewMouseMove' matches delegate for 'EventMouseHandler'Basically i'm trying to make a system where there is a grid with moveable objects - if you drag the ❔ EntityFramework - How do I figure out what ORM expects?```#region Assembly AgeOfSailOnline_DB, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // Age❔ what learn first as beginerr blazor or asp.neti want to go web dev route with c# and i am confused what is better learn first asp.net or blazor✅ Two calls to same microservice inside one transactionGreetings, I have a .NET Core Web client that is accessing a .NET Core API microservice (that uses ❔ Asynchronously events handling flowHi, I am writing a bot and I don't know how to organize events handling with tasks. I have class th❔ I can't make questpdf works on my .net 4.8 winforms app.First of all sorry if my post's type isn't allowed I'm a newbie. The code just does not work for me ❔ ✅ It's not writing to the console that car1 is driving```cs Car car1 = new Car("ford", "mustang", 2022, "red"); Car car2 = new Car("idk", "idk", 2001, ❔ ✅ Trying to sort and display data in datagridviewCurrently i can sort the data but it only displays the last row of data because of the for loop but