Azure SDK 2.5.1 fails to Publish cloudService Azure SDK 2.5.1 fails to Publish cloudService azure azure

Azure SDK 2.5.1 fails to Publish cloudService


Sorry for the trouble, everyone. We are investigating what's causing this. It looks like there is an odd behavior with our installers where in some environments those two binaries are not installed correctly.

We did discover if the 2.5.1 Azure Authoring Tools is removed and reinstalled, the missing binaries will be installed correctly. So if you run into this issue, please remove Authoring Tools v2.5.1 from Programs and Features, and reinstall via either the Web Platform Installer or the direct download links:

http://download.microsoft.com/download/1/E/7/1E76DD6F-66F1-47E0-A76A-3BBAAC617316/MicrosoftAzureAuthoringTools-x64.msi

http://download.microsoft.com/download/1/E/7/1E76DD6F-66F1-47E0-A76A-3BBAAC617316/MicrosoftAzureAuthoringTools-x86.msi

Apologies for the inconvenience. We will continue the investigation.


I searched locally for the required dll and found it in almost all previous versions of the Azure .Net SDK had it (from v2.0 onwards I believe).

Search results

So in order to fix this you need to copy the following dlls from the previous version v2.4 of the SDK to the similar location for v2.5.

SDK installation paths.

  • Src location: "C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.4\bin"
  • Dst location: "C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.5\bin"

Dlls to copy (missing):

  1. Microsoft.WindowsAzure.Packaging.dll
  2. Microsoft.WindowsAzure.ServiceModel.Common.dll

Since there may be a better answer to this I will not mark this as an answer yet.