zoukankan      html  css  js  c++  java
  • 安装 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_MACHINESOFTWAREWOW6432NodeMicrosoftDevDivvsServicing14.0community
    HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftDevDivvsServicing14.0community1033

    HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftDevDivvsServicing14.0enterprise
     

    Both should have the following string value:

    "UpdateVersion"="14.0.25420"

    Hope this helps.

  • 相关阅读:
    工厂模式 ioc dom4j 反射之我的一点理解
    hibernate中注解方式中的控制反转
    java中的数据存储(堆,栈) 很重要
    hibernate中映射关系总结
    三极管使用方法
    OC OD介绍
    HP Jack介绍
    Jlink接口的Jtag和SWD接口定义
    什么是域什么是工作组
    Ubuntu安装.run文件
  • 原文地址:https://www.cnblogs.com/codeface/p/5759559.html
Copyright © 2011-2022 走看看