Date:

Share:

No SDKs were found. How to Fix – CreatifWerks

Related Articles

You have just download apps dotnet Build -sdk windows x64 version from here link

After you finish downloading the exe file and installing the Dotnet SDK, you want to verify by pulling up a command prompt (CMD) and typing dotnet –info

And it gave you an error like below (.NET SDKs installed, no SDKs found)

How to fix this error:

Level 1

Go to your C:Program Files (x86)dotnet folder, delete all the files and folder inside

level2

Navigate back to it link

Download the Windows x64 binary version

Step 3

In Windows Search type “Path” Click Edit Environment Variable.

Step 4

Click on the Advance tab and click on “Environment Variables”, in Systems Variables make sure that the systems for both dotnet paths are added in

If not added, please add manually

C:Program Files (x86)dotnet

C:Program Filesdotnet

Step 5

Open the CMD prompt first type PowerShell and then type dotnet –info

The results are as detailed below

Check out how to dynamically create a text box in JavaScript

Source

Popular Articles