0

First, if you use nuget and add in the Azure Autoscaling application block and try to run it, you will get a error on the StorageClient assembly version, since its compiled with the older version. I found a solution to this ( a hack really ) - http://social.msdn.microsoft.com/Forums/en-US/MediaServices/thread/03a7f909-9edf-447a-af04-f73edcdc3113

Where can I find the source code for WASABi so I can recompile it with the new version.

Then

Switch to Enterprise Library 6.0. The EnterpriseLibraryContainer has been removed from the library. How do you instantiate the Autoscaler class? Do I need to manually pass in the parameters or do I use Unity to set it up?

Thanks

Grigori Melnik
  • 4,067
  • 2
  • 34
  • 40
Dave
  • 629
  • 6
  • 11

1 Answers1

1

The source of the block is available as a NuGet source package or as a self-extractable zip from this page.

To use the Azure Autoscaling Application Block in your host, do not switch to Enterprise Library 6.0.

Grigori Melnik
  • 4,067
  • 2
  • 34
  • 40
  • This is a NuGet problem that somehow needs to be fixed. Normally in your project, you want to run Update-Package and let it update your project. If you do that, it will update everything to the latest....... – Dave May 22 '13 at 16:53