✅ my visual studio dont find "Microsoft.NET.Sdk"
on the image it is marked:
One or more errors occurred while creating the project cour.
The generated project content may be incomplete.
The specified SDK 'Microsoft.NET.Sdk' was not found.
C:\Users\User\Desktop\base\cour\cour.csproj
I have a problem when I create a project in visual studio. I have already tested as a solution:
-restarted my pc
-delete visual studio, redownload it
-repair it
-download .Net SDK 9 and restart my pc

29 Replies
in the terminal if you type
dotnet --list-sdks
what you get
what does
dotnet --info
say?

your path order is wrong, it's finding x86 before x64
how i repair
either uninstall the x86 versions, or start - edit the system env variables
system variables - path, remove the entry pointing to c:\program files (x86)\dotnet

those instructions were for you, not powershell
Just try running
winget install Microsoft.Dotnet.SDK.9
from the images yesterday it was already installed, but path is wrong so it picks x86 version

as i said, you need to remove the
C:\Program Files (x86)\dotnet
entry from your system path. i have no idea what that would be in french
which
C:\Program Files (x86)\dotnet\
it is good i delete it
good? as in it works now?
YESSSSSSSSSSSSSSSSSSSSSSSSS
TY
I LOVE U
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
* Open
powershell
in a terminal in admin mode as in the following video:
https://cdn.discordapp.com/attachments/569261465463160900/1157744344183341156/20230930-1822-10.7436061.mp4
* copy/paste the following script:
in case of an invalid setup detected, it will:
* tell you that it did (or not) detected an invalid Path
setup
* in case some action are require it will ask you to Press Enter to confirm
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
looks like x86 .net 5 desktop was installed, and those old ones add x86 path on x64. the newer installers does not
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
how i see that
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
i dont remenber sor
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View