Visual Studio 2017 安装 "ASP.NET and web development"
Visual Studio 2017 Installation of "ASP.NET and web development"
我已经下载 Visual Studio 并安装了 --layout
选项。
安装成功但有警告,如下,
The product failed to install the listed workloads and components due to one or more package failures.
Incomplete workloads
.NET Core cross-platform development (Microsoft.VisualStudio.Workload.NetCoreTools,version=15.0.26208.0)
ASP.NET and web development (Microsoft.VisualStudio.Workload.NetWeb,version=15.0.26208.0)
Azure development (Microsoft.VisualStudio.Workload.Azure,version=15.0.26208.0)
Mobile development with JavaScript (Microsoft.VisualStudio.Workload.WebCrossPlat,version=15.0.26208.0)
Node.js development (Microsoft.VisualStudio.Workload.Node,version=15.0.26208.0)
Incomplete components
.NET Core 1.0 - 1.1 development tools (Microsoft.NetCore.ComponentGroup.Web,version=15.0.26208.0)
.NET Core 1.0.1 development tools (Microsoft.Net.Core.Component.SDK,version=15.0.26208.0)
Container development tools (Microsoft.VisualStudio.Component.DockerTools,version=15.0.26208.0)
Git for Windows (Microsoft.VisualStudio.Component.Git,version=15.0.26208.0)
Visual Studio Emulator for Android (Component.Android.Emulator,version=15.0.26208.0)
日志文件中列出了错误。
每次我修改安装程序并尝试安装网络组件时,都不行。
我试过重新启动计算机,重新启动安装程序。
没有任何效果。
经过一番挖掘,
我找到了解决方案。
尝试通过将 temp
和 %temp%
文件夹设置为短路径来安装 Visual Studio,例如 d:\temp
.
第 1 步:使用管理员权限打开 cmd
(忽略管理权限错误)。
第 2 步:执行命令 - set tmp="d:\temp"
第 3 步:执行命令 - set temp="d:\temp"
第 4 步:使用您想要的任何 --layout
选项执行 vs_community.exe
。
我已经下载 Visual Studio 并安装了 --layout
选项。
安装成功但有警告,如下,
The product failed to install the listed workloads and components due to one or more package failures.
Incomplete workloads
.NET Core cross-platform development (Microsoft.VisualStudio.Workload.NetCoreTools,version=15.0.26208.0)
ASP.NET and web development (Microsoft.VisualStudio.Workload.NetWeb,version=15.0.26208.0)
Azure development (Microsoft.VisualStudio.Workload.Azure,version=15.0.26208.0)
Mobile development with JavaScript (Microsoft.VisualStudio.Workload.WebCrossPlat,version=15.0.26208.0)
Node.js development (Microsoft.VisualStudio.Workload.Node,version=15.0.26208.0)
Incomplete components
.NET Core 1.0 - 1.1 development tools (Microsoft.NetCore.ComponentGroup.Web,version=15.0.26208.0)
.NET Core 1.0.1 development tools (Microsoft.Net.Core.Component.SDK,version=15.0.26208.0)
Container development tools (Microsoft.VisualStudio.Component.DockerTools,version=15.0.26208.0)
Git for Windows (Microsoft.VisualStudio.Component.Git,version=15.0.26208.0)
Visual Studio Emulator for Android (Component.Android.Emulator,version=15.0.26208.0)
日志文件中列出了错误。
每次我修改安装程序并尝试安装网络组件时,都不行。 我试过重新启动计算机,重新启动安装程序。 没有任何效果。
经过一番挖掘, 我找到了解决方案。
尝试通过将 temp
和 %temp%
文件夹设置为短路径来安装 Visual Studio,例如 d:\temp
.
第 1 步:使用管理员权限打开 cmd
(忽略管理权限错误)。
第 2 步:执行命令 - set tmp="d:\temp"
第 3 步:执行命令 - set temp="d:\temp"
第 4 步:使用您想要的任何 --layout
选项执行 vs_community.exe
。