I have a web service that downloads a file from a Windows Azure Service Bus. However as soon as I call the method that connects to azure to download the file I get the following error.
An exception of type 'System.IO.FileLoadException' occurred in MyWebService.dll but was not handled in user code
Additional information: Could not load file or assembly 'Microsoft.WindowsAzure.Storage, Version=3.1.0.1, 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)
I have checked the versions of azure I am using and all are version 3.1.0.1.