windows - dotnet is not recognized as the name of a cmdlet -


we have downloaded , run dotnetcore.1.0.1-sdk.1.0.0.preview2-003133-x64.exe. after having closed , reopened our command prompt, running dotnet gives following output.

the term 'dotnet' not recognized name of cmdlet, function, script file, or operable program.

we have tried following:

  1. uninstall versions of visual studio.
  2. uninstall versions of .net core.
  3. repair c++ redistributable 2015 x86 & x64
  4. restart computer.
  5. then reinstall .net core sdk.

this contents of c:/program files/dotnet

host   fxr sdk   1.0.0-preview2-003133 shared   microsoft.netcore.app swidtag   microsoft .net core 1.0.1 - sdk 1.0.0 preview 2-003133 (x64).swidtag 

our path includes c:\program files\dotnet\

after again coming across problem, found answer here.

open programs , features, choose microsoft visual c++ redistributable (x86), click uninstall , choose repair. after repairing (and x64 version if have it), reinstall or repair installation of .net core sdk 1.0.1.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -