Answer:
Explanation:
This is usually an issue with the Microsoft Visual C++ redistributable. One fix that usually works is to do the following
Open Programs and Features
Uninstall and then choose Repair on Microsoft Visual C++ Redistributable (x86) and x64 version
Reinstall or repair the installation of the .NET Core SDK 1.0.1.
If this does not work, another option would be to manually change the install path of these files from "Program Files (x86) to "Program Files"
Hope this helps solve your issue.