Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CloudConfigurationManager missing from Azure SDK v2.4?

Can someone help me figure out where CloudConfigurationManager exists in Azure SDK v2.4?

CloudConfigurationManager, in the v2.3 SDK, is located in: C:\Program Files\Microsoft SDKs\Windows Azure.NET SDK\v2.3\ref\Microsoft.WindowsAzure.Configuration.dll

The 2.4 SDK is at C:\Program Files\Microsoft SDKs\Azure.NET SDK\v2.4

And there's no such Microsoft.WindowsAzure.Configuration.dll in that directory..

MSDN still shows CloudConfigurationManager in Microsoft.WindowsAzure.Configuration.dl: http://msdn.microsoft.com/en-us/library/azure/microsoft.windowsazure.cloudconfigurationmanager.aspx

And so the only way I can get my project to compile is if I have both the 2.3 and 2.4 SDK installed at the moment.

like image 803
Alex Dresko Avatar asked Sep 05 '14 19:09

Alex Dresko


1 Answers

I found it in Microsoft.Azure as opposed to Microsoft.WindowsAzure

like image 134
Lloyd Powell Avatar answered Oct 11 '22 13:10

Lloyd Powell