安装 asp.net core 出错

I received the same error message on a fresh Windows 10 install, with a fresh Visual Studio 2015 install. I believe the VS2015 install process automatically downloaded and applied Update 3 during the process.

Chasing the logfile showed that for me, it was comparing the following version numbers and for some reason the ‘Community‘ edition version mismatched.the following version numbers mismatched:

[27B8:1BBC][2016-07-20T16:17:11]i000: Setting string variable ‘VS2015UpdateVersion‘ to value ‘14.0.25420‘
[27B8:1BBC][2016-07-20T16:17:11]i000: Setting string variable ‘VS2015ProfessionalUpdateVersion‘ to value ‘14.0.25420‘
[1A60:0CD4][2016-07-20T16:14:36]i000: Setting string variable ‘VS2015CommunityUpdateVersion‘ to value    ‘14.0.25424‘

Nobody in the history of the internet has ever used version 14.0.25424, so I assumed it must be a typo. After changing the VS Community UpdateVersion string value from 14.0.25424 to 14.0.25420 in the registry, the installer worked fine for me.

The full registry keys to check include:

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\DevDiv\vs\Servicing\14.0\community
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\DevDiv\vs\Servicing\14.0\community\1033

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\DevDiv\vs\Servicing\14.0\enterprise
 

Both should have the following string value:

"UpdateVersion"="14.0.25420"

Hope this helps.

时间: 2024-10-06 10:27:47

安装 asp.net core 出错的相关文章

在Linux安装ASP.Net Core的运行时(Runtime)

在部署的时候,如果您不想在您的Linux服务器上安装.Net Core SDK,您可以只安装Runtime,接下来我们看看该如何安装运行时Runtime. 下载运行时文件 下载页面:https://www.microsoft.com/net/download/linux 先获取一下对应的下载链接,可以使用浏览器点击链接来获取具体文件的下载链接 获取完链接以后,就可以使用命令下获取和安装了 以Centos 7,Ubuntu 16.04为例安装ASP.Net Core 2.0.5的运行时: wget

在Linux安装ASP.NET Core运行时环境

我使用的是Centos7 ,其它的Linux请参考微软文档 微软官方介绍文档:                                https://www.microsoft.com/net/learn/get-started/linux/centos 1.添加dotnet 产品  Feed 要开始安装.NET,您需要注册Microsoft签名密钥并添加Microsoft产品提要.这只需要在每台机器上完成一次. 在命令提示符中运行以下命令: sudo rpm --import http

服务器不重启安装Asp.net Core 程序包

遇到服务器不能重启但是需要安装asp.net core 下载dotnet-hosting安装即可,地址:https://dotnet.microsoft.com/download/dotnet-core 安装后打开IIS中打开模块,如果其中有下图已经安装成功. 原文地址:https://www.cnblogs.com/wangjunguang/p/11165523.html

在windows上安装ASP.NET Core 的 Docker 映像

技术参考: https://docs.microsoft.com/zh-cn/aspnet/core/host-and-deploy/docker/building-net-docker-images?view=aspnetcore-2.2 https://docs.docker.com/docker-for-windows/install/ 系统要求Windows 10 64位:专业版,企业版或教育版(内部版本15063或更高版本).必须启用Hyper-V和Containers Windows

Ubuntu-Docker[1]安装Docker,通过Docker部署net core代码,需要结合[.NET Core 18]发布、ASP.NET Core Docker部署

1)通过系统自带包安装 通过自带包安装,可能Docker版本较旧 $ sudo apt-get update Reading package lists... Done $ sudo apt-get install -y docker.io {{{-y表示同意.没有-y也可执行,系统会问是否安装,输入y回车即可 apt-get -y install这个指令则是跳过系统提示,直接安装.}}} Adding group `docker' (GID 121) ... Done. docker star

使用VS Code开发ASP.NET Core 应用程序

小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 最新教程:http://www.cnblogs.com/linezero/p/VSCodeASPNETCore.html 准备 1.安装VS Code  https://code.visualstudio.com/ 2.安装Node.js ht

初识ASP.NET Core 1.0

本文将对微软下一代ASP.NET框架做个概括性介绍,方便大家进一步熟悉该框架. 在介绍ASP.NET Core 1.0之前有必要澄清一些产品名称及版本号.ASP.NET Core1.0是微软下一代ASP.NET 框架,在这之前ASP.NET版本稳定在ASP.NET  4.6,对应的.NET Framework版本为.net 4.6.1. 曾经一段时间微软将下一代ASP.NET 命名为ASP.NET 5和MVC 6,在ASP.NET 5 is dead – Introducing ASP.NET

ASP.NET Core + Angular 2 Template for Visual Studio

多个月以来,我和多个Github上的社区贡献者一起建立支持库.包,我们最终的目的是希望完成这样一个作为起点的模板,也就是基于把Typescript代码和Angular2宿主在ASP.NET Core项目中,这个模板包含一下这些方面: 服务端预加载(预渲染):这样你的UI可以快速的显示,甚至在浏览器下载Javascript之前. Webpack中间件集成:在开发期间,你不需要一直重新编译你的客户端项目,或者你可以用一个watcher工具在后台帮你做这些事. 模块热拔插:在开发期间,一旦你编辑了一个

MAC上配置asp.net core开发环境

安装.NET Core sdk https://www.microsoft.com/net/core#macos 安装VS Code https://code.visualstudio.com/Download 使用vs code,需要安装一些必要的插件,比如c# extention.点左边五个大按钮选项最下面一个,便可管理你的插件. IDE都有一些快捷键,这个百度或BING一下即可. 运行调试,左边第四个选项 Git配置,左边第三个选项 安装NodeJs 推荐使用Homebrew安装软件,如果