Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing ASP.NET 5 RC1 Update 1 on Win Server 2012 R2 #1192

Closed
Brij-Mishra opened this issue Dec 21, 2015 · 12 comments
Closed

Comments

@Brij-Mishra
Copy link

error

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

@KoesterD
Copy link

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.

@Brij-Mishra
Copy link
Author

@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.

@muratg
Copy link
Contributor

muratg commented Dec 23, 2015

Any ideas, @joeloff?

@giancarloa
Copy link

wow... had to go through same workaround... how is this not solved yet...

@RagingRudolf
Copy link

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:

http://stackoverflow.com/questions/9368305/disable-ie-security-on-windows-server-via-powershell/9368555#9368555

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

@liamwang
Copy link

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.)

@oahrens
Copy link

oahrens commented Mar 1, 2016

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.

@tstron
Copy link

tstron commented Mar 23, 2016

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!!

@kjbetz
Copy link

kjbetz commented May 6, 2016

The solution from @oahrens also worked for me. Thank you!

@sumangvs
Copy link

sumangvs commented May 19, 2016

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

@joeloff
Copy link
Member

joeloff commented May 19, 2016

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.

@aspnet-hello
Copy link

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.

@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests