Exception after upgrade to June 2012 SDK Exception after upgrade to June 2012 SDK azure azure

Exception after upgrade to June 2012 SDK


Check the web.config / app.config for all your roles. Make sure that you change the version number for any reference to the Microsoft.WindowsAzure.Diagnostics assembly to version 1.7.0.0


All your azure assembly references in your web/worker role projects should point to 1.7.0.0 Versions. Your ccproj files should contain

<ProductVersion>1.7</ProductVersion>

to ensure that the Azure instances contain the proper base assemblies.

You could also check if Microsoft.WindowsAzure.Diagnostics is copied to the output/azure package.


The above didn't work for me (everywhere I looked it said 1.7), instead I went through each project, removed and re added any reference that started with:

Microsoft.WindowsAzure.*

When you re-add them make sure it says version 1.7.