Could not load file or assembly msshrtmi or one of its dependencies
So, I recently upgraded my Azure Tools to October 2012, and everything decided to fall apart in my deployment environment . Great. Thanks Microsoft. I installed the latest tools, fixed the code caused by the breaking changes in the Azure Storage Client Library and then having tested locally - fired off a deployment to Azure. I then got greeted with a YSOD saying: Could not load file or assembly msshrtmi or one of its dependencies Erm, say what now? I don't even have a reference to this anywhere in my project. However, I know that when that is the case, this is normally some low-level GAC'd thing that is causing the problems. A quick Google reveals that I am far from alone on this issue. I ended up trying out the steps outlined Trying out this stackoverflow answer . I skipped over this code-based solution as frankly, it seemed way too hacky for me. I tried removing all the 'PlatformTarget' references, as mentioned here . All to no avail.. I Found This F...