Melon NG
Melon NG

Reputation: 3004

Why it always report .net core SDK not installed while it already here?

enter image description here
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. enter image description here

It is so strange that in the Powershell of dotnet --info. enter image description here

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

Answers (1)

Melon NG
Melon NG

Reputation: 3004

I noticed that I have installed both X86/X64 Runtimes.

After I uninstalled the X86 Runtime, it works.

Upvotes: 1

Related Questions