From 2076b3cfd2a9c5cf4f13d2a5ffaf11a90f438101 Mon Sep 17 00:00:00 2001 From: leecow Date: Sat, 17 Sep 2016 14:56:38 -0700 Subject: [PATCH] Added vc_redist install issue to Known Issues doc. --- release-notes/1.0/1.0.1-known-issues.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release-notes/1.0/1.0.1-known-issues.md b/release-notes/1.0/1.0.1-known-issues.md index 9271adb3..0a6cb1b6 100644 --- a/release-notes/1.0/1.0.1-known-issues.md +++ b/release-notes/1.0/1.0.1-known-issues.md @@ -8,3 +8,17 @@ This document lists known issues for *.NET Core 1.0.1* and *.NET Core SDK 1.0.0 `ln -s /usr/local/share/dotnet/dotnet /usr/local/bin` will create the symbolic link in the correct location and `dotnet` should now work. + +## .NET Core 1.0.1 - VS 2015 Tooling Preview 2 installer fails + +There was a recent change in the VC Redist installer which may lead to a failure during installation of .NET Core 1.0.1 - VS 2015 Tooling Preview 2. The workaround is to install the VC Redist before installing .NET Core 1.0.1 - VS 2015 Tooling Preview 2. + +First, install appropriate VC_Redist: + +- [vc_redist.x86.exe](https://go.microsoft.com/fwlink/?LinkId=615459) +- [vc_redist.x64.exe](https://go.microsoft.com/fwlink/?LinkId=615460) + +Then install [.NET Core 1.0.1 - VS 2015 Tooling Preview 2](https://go.microsoft.com/fwlink/?LinkID=827524) + + +