I am getting error while installing ASP.NET 5 RC1 Update 1 on Azure VM. It has following OS other related software
1- Win Server 2012 R2 Datacenter
2- VS Enterprise 2015 update 1 (installed last)
3 - SQL Server 2014 SP1
Log files shows that it is not able to download DotNetVersionManager_x64 from https://go.microsoft.com/fwlink/?LinkId=708515. However, when I try from browser, it is downloading the msi. The error start as
[1124:12AC][2015-12-20T19:10:08]w343: Prompt for source of package: DotNetVersionManager_x64, payload: DotNetVersionManager_x64, path: C:\Users\WinS12R2Brij\Desktop\DotNetVersionManager-x64_rc1.msi
[1124:12AC][2015-12-20T19:10:08]i338: Acquiring package: DotNetVersionManager_x64, payload: DotNetVersionManager_x64, download from: https://go.microsoft.com/fwlink/?LinkId=708515
[1124:12AC][2015-12-20T19:10:08]e000: Error 0x80072f08: Failed to send request to URL: https://go.microsoft.com/fwlink/?LinkId=708515, trying to process HTTP status code anyway.
[1124:12AC][2015-12-20T19:10:08]e000: Error 0x80072f76: Failed attempt to download URL: 'https://go.microsoft.com/fwlink/?LinkId=708515' to: 'C:\Users\WINS12~1\AppData\Local\Temp\2{782d25e1-8377-4417-a491-3013700fe300}\DotNetVersionManager_x64'
Looks like somebody also logged similar issue but in different environment configuration. But after acknowledging the issue, no update for last 10 days.
https://connect.microsoft.com/VisualStudio/Feedback/Details/2112077
Log file attached.
I tried many ways but no luck. Is it fixed now or any other workaround please?
dd_ASPNET5__20151221181535.txt
Had the same problem today. I used the following workaround:
At the end of the log file there are messages with a link to "go.microsoft.com" like this:
[1270:0CC8][2015-12-21T18:15:47]e000: Error 0x80072f08: Failed to send request to URL: https://go.microsoft.com/fwlink/?LinkId=708515, trying to process HTTP status code anyway.
Go to the link (in this case: https://go.microsoft.com/fwlink/?LinkId=708515), download the file, install it, and rerun the "ASP.NET 5 RC1 Update 1" installer.
I had to repeat this step three times with three different files until the installer ran through fully, but this might be different for you. Hope this helps.
@KoesterD Thanks for the workaround. I also had to install three different files to get it worked. Thanks again. Hope ASP.NET team would publish this workaround and fix it soon.
Any ideas, @joeloff?
wow... had to go through same workaround... how is this not solved yet...
Hi @Brij-Mishra ,
Try to disable Internet Explorer Enhanced security. It worked for me. You can do it via powershel. Take a look at this StackOverflow post:
Best regards Martin
EDIT: Found the suggestion here: http://stackoverflow.com/questions/33962981/why-is-aspnet5-enu-rc1-exe-failing-to-install-on-windows-server-2012-r2
On Windows 7, I'v got the same error.I tried the fixes suggested above, all didn't work for me.
By chance, I turned on a network agent, finally it run a successful install. (PS: The network agent is used to visit some website like google, facebook, twitter etc. in China. Hope this helps Chinese developers.)
On Windows 10 I've got the same error. What does help for me:
In Internet Explorer click on the "Tools" button on the menu and select Internet Options. Select the “Advanced” tab and all the way toward the bottom you will see the option for "warn if changing between secure and non secure mode". Uncheck the option.
I was also dealing with error 0x80072f76. The comment from oahrens to uncheck "warn if changing between secure and non secure mode" in Internet Options -> Advanced tab worked for me.
However, I am not on Windows 10 but still on Windows 7.
Thank you!!
The solution from @oahrens also worked for me. Thank you!
I have checked this in Windows Server 2008 R2 .
In Internet Explorer click on the "Tools" button on the menu and select Internet Options. Select the “Advanced” tab and Uncheck the option. "warn if changing between secure and non secure mode".
@oahrens - Thank you
We moved away from using the FWLINKs that used HTTP and redirected to HTTPS in RC2. But RC1 is a shipped product so we can't change that.
This issue is being closed because it has not been updated in 3 months.
We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.
Most helpful comment
On Windows 10 I've got the same error. What does help for me:
In Internet Explorer click on the "Tools" button on the menu and select Internet Options. Select the “Advanced” tab and all the way toward the bottom you will see the option for "warn if changing between secure and non secure mode". Uncheck the option.