Trouble downloading Windows Azure SDK 1.4 - azure

I am trying to download the Windows Azure SDK 1.4.
The Web Platform Installer pops up, and I choose "add" for "Windows Azure Tools for Microsoft Visual Studio 2010 - August 2011". I click "accept" to the terms, and the installer downloads and tries to install the sdk.
I then get a message: "We're sorry. The following products have failed to install.", then lists everything I tried to download. It says that "this product cannot be installed because product that it depends on did not install successfully."
Download log available here.
Any idea what the problem could be?

I had a similar issue.
To get around it I started uninstalling the previous versions of everything it was trying to install. The installer worked after I'd unistalled the Visual Studio tool kit and the Azure SDK.
Fortunately when you rerun the WPI it doesn't try to re-download the files.

Try to download the msi without the platform installer to skip the dependencies.
http://www.microsoft.com/en-us/download/details.aspx?id=28045

Related

NuGet Restore fails for Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN

I am trying to run C++ code for Azure Kinect Body Tracking samples on Windows available from Microsoft on Git. I have latest NVIDIA drivers installed on my system. While trying to build the project in Visual Studio, NuGet restore for Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN fails for me with a message "could not find a part of path build/native/Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN.targets".
On the other hand, the body tracking viewer app works fine for me.
I was able to solve this by reinstalling the Visual Studio. Not sure what was failing but it got resolved after fresh install.

Visual Studio publish to azure existing apps error

Getting this error when I select a "publish target" in VS 2015 update 3. Had a look for a while online but didn't see anything, so any help would be appreciated if you could point me in the right direction.
An error has occurred while processing the request: Method 'StopRemoteProfiler' in type 'Microsoft.VisualStudio.Web.WindowsAzure.AzureWebSite' from assembly 'Microsoft.VisualStudio.Web.WindowsAzure.Impl, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not have implementation
I updated to the to Azure sdk 2.9.6 last night because of a different issue but related where there was no error, but no existing apps were listed.
I can confirm that this works on my work computer and I have existing apps on Azure, but not working on my home computer.
I am a bit loath to uninstall and reinstall VS, so any help would be appreciated. Of course, if the only solution is to reset, then so be it.
Thanks,
Jarrod
I faced the same problem. This is what worked for me.
I updated the "Microsoft .NET Core 1.0.1 - VS 2015 Tooling Preview 2" by going to Menu -> Tools -> Extensions and Updates -> Updates -> Visual Studio Gallery. It shows all the available updates for your version of studio. Select the component to update. It should download a file named "DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe" or something similar. When you run this file, if you have the software already installed then select the repair option. It will ask you to close any running instances of Visual Studio, also make sure you have internet connection.
Also if you are using Web Deploy to publish your app make sure you have Microsoft Web Deploy v3 or higher installed or you will get error. You can do it using Microsoft Web Platform Installer.
Hope it helps.

Microsoft Azure NotificationHubs Installation failed

i got this problem when i try to install this package Microsoft Azure NotificationHubs in visual studio 2015 enterprise.
image 1
image 2
Could you tell me how you install the package? Do you install as the similar steps below?
In Visual Studio, add a new Visual C# Windows Classic Desktop project to the current solution using the Console Application project template. Name the project ConsoleNotificationhubs.
In Solution Explorer, right-click the ConsoleNotificationhubs project, and then click Manage NuGet Packages.
In the NuGet Package Manager window, search for Microsoft.Azure.NotificationHubs, click Install, and accept the terms of use.
Please note that this package requires .Net Framework 4.5 Full Profile.
If you install successfully, you will get the information like this:
It looks like you are trying to install the Azure Notification Hubs package in a UAP app. You don't need to do it.
Just configure the notification channel per the doc referenced in the comments (cc: Brendan Green).

Unable to install Azure SDK 2.6 for VS2013 using Web Platform Installer

I am trying to install Azure SDK 2.6 for Visual Studio 2013. I tried downloading the Web Platform Installer from the archive page this . Here is the link. However each time I try to open the installer I am getting the following error - "Microsoft Web Platform Installer couldn't find the product you tried to install. Either the link you clicked is incorrect or you may be overriding your feed with a different feed.".
A strange issue is that if I try to upgrade the Azure project from Visual Studio (2013), it's giving me an option to download Web Platform Installer to download SDK 2.6, but that Web Platform Installer is showing the options only for SDK v2.8.Is Azure SDK 2.6 retired? Or is there a workaround to install SDK 2.6?
Go to the URL link below, click on the Download button and you should be able to get the components for Azure SDK 2.6
Microsoft Azure SDK for .NET - 2.6
you should still be able to install Azure SDK 2.6 for Visual Studio 2013 from Web Platform Installer (WPI) as shown below.

Creating new Windows Phone App project: "Object reference not set to an instance of an object" error (WP8 SDK, VS2012)

I have VS2012 Pro Update 3. I've downloaded and installed Windows Phone 8 SDK to create Windows Phone apps for the latest MS smartphone OS (WP8). However, I get the above-mentioned error when I try to create a new Windows Phone App project.
I deinstalled and reinstalled WP8 SDK as suggested on many forums and blogs, and even used the "repair installation" mode for VS2012 and WP8 SDK, but all this did not help.
How to get rid of this error?
P.S. My pc has Windows 8 Pro 64-bit and the CPU supports Hyper-V needed for this development (added this optional component to my Windows successfully). Other common Windows projects, such as WinForms and WPF apps, can be created and compiled without any problems in my dev env.
I solved my puzzle using the trial and errors method. Go to the TOOLS menu, then choose 'Extensions and Updates', then the Update section and install the latest NuGet update. Funny, yes?
My Solution: UNINSTALLED NuGet (as updates to it did not work)
I have installed visual studio 2012 update 3.
Go to the TOOLS menu, then choose 'Extensions and Updates', then the Update section and install visual studio update.

Resources