Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MicroUpdate 1.1 for Visual Studio 2015 Update 1

After installing Visual Studio 2015 Enterprise from its MSDN-downloaded .ISO image on a brand-new Windows 7 Ultimate 64-bit machine, the Setup ended up displaying this error message:

MicroUpdate 1.1 for Visual Studio 2015 Update 1 : This product did not download successfully: Signature verification failed on downloaded file. URL: 'http://go.microsoft.com/fwlink/?prd=12514&pver=Dev14&sbp=d14vsuldr&plcid=0x409&clcid=0x409&ar=24723.02&sar=S80_RCPrep&o1=enu_MicroUpdate1.1_iOOB&o2=enu&o3=patch\kb3110221&o4=VS14-KB3110221.exe'

The funny this is that if you navigate to that URL, there is no exe at that location.

I then downloaded the .ISO image for the Visual Studio 2015 Update 1 and confirmed its SHA1 value. I ran that on my system, and the same error message above appeared.

What is this MicroUpdate 1.1 and why is it not getting applied? As of this writing, no Google entries have been written about this particular issue, leaving me somewhat flummoxed.

like image 668
Jazimov Avatar asked Dec 15 '15 17:12

Jazimov


People also ask

What ASP net version in Visual Studio 2015?

On the Web/cloud side, VS 2015 has also updated ASP.NET 4.6 and Azure SDK 2.6.

How do I know if I have Visual Studio 2015 Update 3?

To determine whether Visual Studio 2015 Update 3 (KB3022398) is installed, check the Installed Updates list in Control Panel.

What is Visual Studio 2015?

Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs including websites, web apps, web services and mobile apps.


2 Answers

If you search for kb3110221 you will find a link to KB 3110221: Servicing Update to Visual Studio.

On that page there is a working download link and a link to Visual Studio 2015 Update 1 servicing update, which explains

This servicing update provides fixes to Visual Studio 2015 that address four high-impact bugs that were either found by the product team or reported from the community. This update can be installed only on machines that have Visual Studio 2015 Update 1 applied. All four fixes are included in the one update installer and can't be consumed individually. The fixes that are provided in this update will also be released in the next Visual Studio 2015 update.

and

This update is available for manual download and installation from the Microsoft Download Center.

like image 57
Andrew Morton Avatar answered Oct 13 '22 07:10

Andrew Morton


This should now be fixed (as of ~10:30am PST on Dec 15th). Internally, when we tested this before we published yesterday, we were running with our internal test redirect server in place and didn't realize it. Just this morning, we have correctly mapped the necessary links so that this problem should not happen going forward.

If you've already installed, then Andrew's suggested fix is the best way to get the MicroUpdate 1.1.

Eric Knox, Visual Studio engineering manager

like image 23
EricKn Avatar answered Oct 13 '22 07:10

EricKn