Reputation: 3004
I am going to debug my asp.net core project in the windows server 2012R2 while the VSCode reports this.
Then I installed the .net core SDK.
However, the error above comes again.
Well, in the Programs and Features
of Control Panel
, it is installed already yet.
It is so strange that in the Powershell of dotnet --info
.
It said that no SDKs were found.
Why it turns out to be this?
And how can I install the .net core SDK correctly?
PS: the computer is an X64 system.
Upvotes: 1
Views: 89
Reputation: 3004
I noticed that I have installed both X86/X64 Runtimes.
After I uninstalled the X86 Runtime, it works.
Upvotes: 1