Pretty much out of the blue, I couldn’t debug my Azure web role on my local machine anymore. I kept getting the following error:
Could not load file or assembly ‘mswacdmi.dll’ or one of its dependencies. The specified module could not be found.
Digging around it turned out to be a known issue when running full IIS on the x86 devfabric.
The solution is to add the Azure SDK path to your system path environment value and of course restart your system.
Right click My Computer => Properties => Advanced System settings => Environment values => New
C:\Program Files\Windows Azure SDK\v1.3\bin\runtimes\storage\simulation\x86
