visual studio 2013 error on installation microsoft.net framework 4.51

Deadly 提交于 2019-12-01 14:41:15

问题


hi guys i am having a problem while installing vs 2013 the image below shows the error

i have researched much on Google on i found out that on windows 8.1 the .net framework 4.5.1 is already part of the OS now when vs 2013 is trying to install .net framework 4.5.1 then the error show.

below is the installation log

[10B0:0ED0][2014-01-17T10:28:09]e000: Error 0x800713ec: Process returned error: 0x13ec
[10B0:0ED0][2014-01-17T10:28:09]e000: Error 0x800713ec: Failed to execute EXE package.
[1438:1C98][2014-01-17T10:28:09]e000: Error 0x800713ec: Failed to configure per-machine EXE package.
[1438:1C98][2014-01-17T10:28:09]i000: MUX:  Installation size in bytes for package: netfxfullredist_43 MaxAppDrive: 0  MaxSysDrive: 537088000  AppDrive: 0  SysDrive: 17207296
[1438:1C98][2014-01-17T10:28:09]i000: MUX:  Return Code:0x800713EC Msi Messages:0 Result Detail:0 Restart:None
[1438:1C98][2014-01-17T10:28:09]i000: MUX:  Set Result: Return Code=-2147019796 (0x800713EC), Error Message=, Result Detail=, Vital=True, Package Action=Install, Package Id=netfxfullredist_43
[1438:1C98][2014-01-17T10:28:09]i319: Applied execute package: netfxfullredist_43, result: 0x800713ec, restart: None
[1438:1C98][2014-01-17T10:28:09]e000: Error 0x800713ec: Failed to execute EXE package.
[10B0:0ED0][2014-01-17T10:28:09]i351: Removing cached package: netfxfullredist_43, from path: C:\ProgramData\Package Cache\5934DD101414BBC0B7F1EE2780D2FC8B9BEC5C4D\
[1438:1C98][2014-01-17T10:28:09]i000: MUX:  Apply Complete: Disk Space Used in bytes for Installation:  MaxAppDrive: 0  MaxSysDrive: 1984294912  AppDrive: 0  SysDrive: 1394323456
[1438:1C98][2014-01-17T10:28:09]i000: MUX:  Free Disk Space after install:  SystemDrive C:\ 142855262208 bytes  AppDrive C:\ 142855262208 bytes
[1438:1C98][2014-01-17T10:28:09]i000: MUX:  Go to Finished page.
[1438:1C98][2014-01-17T10:28:09]i399: Apply complete, result: 0x800713ec, restart: None, ba requested restart:  No

please help thank you


回答1:


In general this seems an issue during NetFx 4.51 install. Try to install NetFX 4.5.1 manually from http://www.microsoft.com/en-US/download/details.aspx?id=40779. If issues still occur try to google for netfxfullredist_43 and try to solve issues around these searching results.

Or interestingly just got an issue 0x800713ec: In that case. root partition of HDD too full. Here NetFX 4.5.1 needs much space ;-)




回答2:


If netFX 4.5.1 says installed what does then the VS 2013 Ultimate installer bring up for an issue? It should then be another one as the above mentioned one.

In general the root partition also needs much free space. Not sure how much VS Ultimate needs, but assume at least something like 2 GB ++




回答3:


I installed .Net 4.5.1 and retired installing Visual Studio and it worked.




回答4:


I my case it failed because of very high screen resolution.

.net framework seems need to check the ui status and high resolution may corrupted this.

I was using windows 7 under a parallels desktop virtual machine, and the host macbook enabled full resolution which is larger than 1080p for windows without retina support.

The solution is to Resize the Parallels Desktop to scale down the resolution.



来源:https://stackoverflow.com/questions/21176866/visual-studio-2013-error-on-installation-microsoft-net-framework-4-51

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!