From 8329960ffee15fc44019d9bb9810c045b4d93c97 Mon Sep 17 00:00:00 2001 From: JumpingYang001 Date: Sat, 27 Feb 2016 19:51:53 +0800 Subject: [PATCH] Add note when building on WS2012R2 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c610ce398..a49538004 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,11 @@ Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/sc ./install.ps1 -version 1.0.0.001540 -channel beta ``` +Note: +>If you meet "Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Cci.ISymUnmanagedWriter5'", please install [Visual C++ Redistributable for Visual Studio 2015]. + +[Visual C++ Redistributable for Visual Studio 2015]:https://www.microsoft.com/en-hk/download/details.aspx?id=48145 + ### OS X The OS X dependency installation instructions are not yet documented. You can