When i have created a Windows azure project that used wasabi 'AutoScaling' feature, i have got the below exception, also i have configured the app.config file.:
Exception:
"Could not load file or assembly 'Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"
Autoscaler objAutoScaler= EnterpriseLibraryContainer.Current.GetInstance(); // Here i got the exception
Any help please?