Azure SDK installs Nuget compatibility

I am trying to install the Azure SDK for VS2010 SP1 (last) (October 26, 2012)

When I click the Install button, I get an error message:

You have a newer version of Nuget installed that is incompatible with the ASP.Net MVC 3 Tools update. To continue installing the product, see http://go.microsoft.com/fwlink/?LinkId=266638

This link sent me to www.asp.net/mvc, which had nothing on this subject.

Is there a solution?

Ef

+6
source share
1 answer

Here is the problem.

You can solve this problem by clicking on this link: http://msdn.microsoft.com/library/jj161045

What will load a small temp file

Click this file that the web installer will launch.

Click Install.

At this point, you will see an error message, and the "I accept" button will be unavailable.

In a small print at the bottom of the scroll window, you will see a direct download link. Click on it. As of 2013-06-26, he took me to this URL: Direct download link go.microsoft.com/fwlink/?LinkId=270081

There I was able to download the msi file "WebPublishVS2010Tools.smi". This file installs Microsoft WebPublish Visual Studio 2010.

Regarding whether the scope of the installation problems, I do not know ...

+4
source

All Articles