【关于.net framework4.0安装失败】
-------------)方案1:
http://www.win7xtzj.com/win10jiaocheng/39834.html
关键词:
-------------)方案2:
https://blog.csdn.net/xdhyqd/article/details/44745897
关键词:将下列文件改名之后再安装
C:\Windows\System32\msvcr100_clr0400.dll
C:\Windows\SysWOW64\msvcr100_clr0400.dll

-------------)方案3. 如果软件下有app.config中有 sku设置了v4.0,那么就调整下

<?xml version="1.0" encoding="utf-8" ?>

<configuration>

<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup> </configuration>

)注:
直接安装4.5,因为.net 4.5是高度兼容4.0的..360,电脑管家都有
如果依然不行,则加上上述方案3的设置.

最新文章

  1. swif-throws异常抛出
  2. asp.net mvc 简单搜索功能
  3. android adb shell
  4. 线程NSThread的使用
  5. wxpython 布局管理
  6. 《STL源代码分析》---stl_list.h读书笔记
  7. 3-05. 寻求倒数第二链线性表K项目(15)(STL list应用 ZJU_PAT)
  8. maven 阿里云仓库配置
  9. Android Getting Started
  10. Xshell5 提示要继续使用此程序,您必须应用最新的更新或使用新版本
  11. azkaban工作流调度器及相关工具对比
  12. 【题解】JSOIWC2019 Round1
  13. LeetCode 12. Integer to RomanLeetCode
  14. imooc movie
  15. C#生成二维码,裁切边框
  16. SpringMVC REST 风格静态资源访问配置
  17. word自动导入目录
  18. Matlab绘图控制命令
  19. Es6 类class的关键 super、static、constructor、new.target
  20. mybatis拦截器使用

热门文章

  1. P7961 [NOIP2021] 数列 (DP 刷表法)
  2. 检测 MySQL 服务是否存活 shell脚本
  3. Go | 讲解GOROOT、GOPATH、GOBIN
  4. 小米MIUI禁止系统更新
  5. windows socket网络编程--事件选择模型
  6. Java安全之CC4,5,7
  7. Go语言核心36讲45
  8. 图解S.O.L.I.D原则
  9. UBOOT编译--- UBOOT顶层Makefile中目标_all和all的关系及背景(四)
  10. Aspose.Cells实现excel预览