visual-studio-2015 - 无法安装适用于 Windows Server 2012 R2 的 DotNetCore VS2015 Tools Preview2

标签 visual-studio-2015 asp.net-core

我正在尝试在 Windows Server 2012 R2 数据中心上安装带有 Update 3 的 Visual Studio Enterprise 2015,没有出现任何错误。接下来我安装 DotNetCore.1.0.0-VS2015Tools.Preview2 但没有成功。

这里是错误的完整内容

Setup has detected that Visual Studio 2015 Update 3 may not be completely installed. Please repair Visual Studio 2015 Update 3, then install this product again.

我修复了3次,但没有任何改变:(

这里是完整的日志文件内容:(抱歉,我的内容超过 30.000 个单词,因此我将其附加到 Pastebin 网站)

http://pastebin.com/DQDUBETT

谢谢大家!

最佳答案

我在Github上找到了解决方案。 https://github.com/aspnet/Home/issues/1626

只需使用以下参数从命令行运行安装 exe,它就应该可以工作。

SKIP_VSU_CHECK=1

关于visual-studio-2015 - 无法安装适用于 Windows Server 2012 R2 的 DotNetCore VS2015 Tools Preview2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38579189/

相关文章:

visual-studio-2015 - 64 位属性表使用 32 位 winapi dll

c# - 具有一对一关系的 EF Core 批量插入

c# - ASP.NET Core 3.0 Razor Pages 选择助手不发布值

c# - 无法添加 DbContext ASP.Net Core 或使用 Controller 访问数据

visual-studio-2015 - 使用 Microsoft.Build (Visual Studio SDK) 编译 C# 6 时出错

visual-studio - Visual Studio 2015 和 Visual Studio 2015 实验实例有什么区别

c++ - 新建 Win32 应用程序向导为空白

c++ - CustomDialogProc 必须是静态的吗? WinAPI

c# - 如何从xamarin表单应用程序将图像上传到服务器

asp.net-core - 用于 ASP.NET Core 的 DocumentDb 身份提供程序