【關於.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.dllhtml
-------------)方案3. 若是軟件下有app.config中有 sku設置了v4.0,那麼就調整下app
<?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的設置.spa