VS2015密匙--VS2015打开丢失msvcp140.dll--cannot find one or more components ,please reinstall the applicati
生也有涯,知也无涯。这篇文章主要讲述VS2015密匙--VS2015打开丢失msvcp140.dll--cannot find one or more components ,please reinstall the applicati相关的知识,希望能为你提供帮助。
win7旗舰版 64位 + vs2015 专业版
1、安装VS2015过程中可能需要用到的VS2015专业版钥匙:(测试,可用)
HMGNV-WCYXV-X7G9W-YCX63-B98R2
2、VS2015打开失败,弹出因为计算机丢失msvcp140.dll
解决方法:去脚本之家网上下载,其连接地址:http://www.jb51.net/dll/msvcp140.dll.html
下载完成后,解压;
将解压后的文件拷贝至:msvcp140.dll复制到C:\Windows\System32目录下(32位系统)
注意:64位的请将32位的dll文件复制到C:\Windows\SysWOW64目录
同样:VS2015打开失败,弹出因为计算机丢失concrt140.dll
解决方法:去脚本之家网上下载,其连接地址:http://www.jb51.net/dll/concrt140.dll.html
安装方法同上。
3、VS2015打不开,直接报错:
cannot find one or more components ,please reinstall the application
解决方法:
1)、WIN + R,弹出运行框,在出现的提示框中输入:regedit,打开注册表编辑器;
2)、找到注册表:HKEY_CURRENT_USER--> SOFTWARE--> Microsoft--> VisualStdio--> 14.0_Config,将其删除;
3)、重启VS2015,成功启动。
【VS2015密匙--VS2015打开丢失msvcp140.dll--cannot find one or more components ,please reinstall the applicati】
推荐阅读
- 基于C#的Appium自动化测试框架(Ⅱ)(Android元素定位)
- Android更新项目名称
- Android进阶Junit单元測试环境搭建以及简单有用
- Android旋转屏幕后国际化语言失效的解决的方法
- Android Design Support控件之DrawerLayout简单使用
- Android绘制圆形进度条
- Android ScrollView滚动实现大众点评网易云音乐评论悬停效果
- 自写的开发框架,胜于官方的clientAPP的实战开发。(已开源)
- Array.apply(null,{length:20})与new Array(20)的区别