project failed to load
I created a solution and projects on my laptop and am now trying to open them on my pc. However they are not loading correctly.
C:\Users\qualy\OneDrive.Howest graduaat programmeren.Programming Basics\PRB-02-Variabelen\Prb.Variables.Operators\Prb.Variables.Operators.Wpf\Prb.Variables.Operators.Wpf.csproj : error : The SDK 'Microsoft.NET.Sdk' specified could not be found. C:\Users\qualy\OneDrive.Howest graduaat programmeren.Programming Basics\PRB-02-Variabelen\Prb.Variables.Operators\Prb.Variables.Operators.Wpf\Prb.Variables.Operators.Wpf.csproj

32 Replies
The SDK 'Microsoft.NET.Sdk' specified could not be found.
Looks like you don't have the appropriate version of .NET SDK installed
Check what version the project requires and install itdo u need a restart after installation
No need, but it wouldn't hurt
might be cuz I didnt download .net 8.0 allthough I can create projects with it
Imma install it now tho
nope same thing
dotnet --list-sdks
will show you which SDKs you havein what
powershell?
Sure

You have no SDKs installed, then
dotnet --info
My bet is you installed runtimes, not SDKsI pressed on sdk
Humor me,
dotnet --info


smth mustve went wrong
No SDKs installed
wrong arch, it uses 32 bit
I installed x64
the 32 bit is earlier in the path, there was a modix command for it
$dotnetpath
* 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
'ere
This should fix it

Ye
Press enter
should work now or do I need to reinstall
Should work now

Reopen Powershell and try again
o

worked, gonna try open
Nice
yess it loaded
Imma try debug
it works now thanks man
lifesaver
Im stressed asf
I just made my first website check it out: http://localhost:5183/
(Im kidding btw)
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View