Visual Studio社区2015安装错误0x80070057 [英] Visual Studio Community 2015 Installation Error 0x80070057

查看:86
本文介绍了Visual Studio社区2015安装错误0x80070057的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

每当我尝试安装.NET时都会收到错误消息,它带有错误代码.

我已经包含了日志文件,不幸的是没有截图.

有两个框,其中一个框显示".NET 4.6.1 Framework-无效参数".另一个是操作用户已取消".

我有一个.exe文件,不是msi或msp.

谢谢

收集的日志https://www.dropbox.com/s/80gh7ipbcr28iqt/vslogs.zip?dl=0

解决方案

嗨хорошо,

感谢您在MSDN论坛中发帖.

根据您提供的日志,我发现以下错误信息:

[ 1E68:2640] [2016-11-27T18:51:53] i338:获取程序包:netfx_46mtpack,有效负载:cab498D16556E4A7A9742072DEE31C3D1D0,从以下位置下载:bits://go.microsoft.com/fwlink/?prd = 12514& pver = Dev14& sbp = d14rel& plcid = 0x409& clcid = 0x409& ar = 25420.01.00& sar = S80_RCPrep& o1 = C8CF0CC4ECC1800EEE5E38A9BEBD902808205D10

[1E68:4610] [2016-11-27T18:52:27] e000:错误0x80070057:无法配置每台计算机EXE软件包.

[2E7C:419C] [2016-11-27T18:52:27] i351:从路径:C:\ ProgramData \ Package Cache \ NetFxIsv394271删除缓存的包:netfxfullredist_43 \

[1E68:2640] [2016-11-27T18:52:28] e000:错误0x80070642:尝试下载URL失败:'bits://go.microsoft.com/fwlink/? > prd = 12514& pver = Dev14& sbp = d14rel& plcid = 0x409& clcid = 0x409& ar = 25420.01.00& sar = S80_RCPrep& o1 = C8CF0CC4ECC1800EEE5E38A9BEBD902808205D10' 到:'C:\ Users \ Howie \ AppData \ Local \ Temp \ {79b486b9-c5f0​​-4096-a00c-8351f59587c2} \ cab498D16556E4A7A9742072DEE31C3D1D0'

[1E68:2640] [2016-11-27T18:52:28] e000:错误0x80070642:无法从以下地址获取有效负载:'bits://go.microsoft.com/fwlink/? >

有两个主要原因:

1.临时文件混合了.NET Framework参数.

2. VS安装程序未完成,某些软件包下载失败.

请尝试以下步骤:

1.清除临时框架文件: C:\ Users \ Howie \ AppData \ Local \ Temp

C:\ ProgramData \ Package缓存

2.使用 Microsoft .NET Framework修复工具  进行修复:

3.尝试使用独立的安装程序来安装 .NET Framework 4.6.1.

4.确保.NET Framework正常,使用VS 2015 Community ISO重新安装.

您可以使用 FCIV.exe  以验证ISO的哈希值.

如果错误仍然存​​在,请随时告诉我.

最好的问候,


Hello,

I'm getting errors whenever I try to install .NET, it's coming up with an error code.

I have included the log files, and unfortunately no screenshot.

There are two boxes, one says ".NET 4.6.1 Framework- invalid parameter" and the other is "Operations user cancelled." 

I got a .exe file, not msi or msp.

Thanks, 

Me

Collected logs https://www.dropbox.com/s/80gh7ipbcr28iqt/vslogs.zip?dl=0

解决方案

Hi хорошо,

Thank you for posting in MSDN forum.

According to the log you provided, I found the following error information:

[1E68:2640][2016-11-27T18:51:53]i338: Acquiring package: netfx_46mtpack, payload: cab498D16556E4A7A9742072DEE31C3D1D0, download from: bits://go.microsoft.com/fwlink/?prd=12514&pver=Dev14&sbp=d14rel&plcid=0x409&clcid=0x409&ar=25420.01.00&sar=S80_RCPrep&o1=C8CF0CC4ECC1800EEE5E38A9BEBD902808205D10

[1E68:4610][2016-11-27T18:52:27]e000: Error 0x80070057: Failed to configure per-machine EXE package.

[2E7C:419C][2016-11-27T18:52:27]i351: Removing cached package: netfxfullredist_43, from path: C:\ProgramData\Package Cache\NetFxIsv394271\

[1E68:2640][2016-11-27T18:52:28]e000: Error 0x80070642: Failed attempt to download URL: 'bits://go.microsoft.com/fwlink/?prd=12514&pver=Dev14&sbp=d14rel&plcid=0x409&clcid=0x409&ar=25420.01.00&sar=S80_RCPrep&o1=C8CF0CC4ECC1800EEE5E38A9BEBD902808205D10' to: 'C:\Users\Howie\AppData\Local\Temp\{79b486b9-c5f0-4096-a00c-8351f59587c2}\cab498D16556E4A7A9742072DEE31C3D1D0'

[1E68:2640][2016-11-27T18:52:28]e000: Error 0x80070642: Failed to acquire payload from: 'bits://go.microsoft.com/fwlink/?

There are two main reasons:

1. The temp files mixed .NET Framework parameter.

2. The VS installer is not complete, some packages are failed to download.

Please try the steps below:

1. Clear out the temporary framework files:C:\Users\Howie\AppData\Local\Temp

C:\ProgramData\Package Cache

2.  Use Microsoft .NET Framework Repair Tool to do a repair:

3. Try using a standalone installer to install .NET Framework 4.6.1.

4. Make sure the .NET Framework is ok, use a VS 2015 Community ISO to re-install again.

You could use FCIV.exe to verify hash of the ISO.

If the error still persists, please feel free to let me know.

Best Regards,


这篇关于Visual Studio社区2015安装错误0x80070057的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆