I've encountered one run-time exception when running Azure Worker Job on my local machine. The detailed error information is as follows.
An unhandled exception of type 'Microsoft.WindowsAzure.Storage.StorageException' occurred in Microsoft.WindowsAzure.Storage.dll Additional information: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).
I've tried almost all the methods on stackoverflow about Newtonsoft.Json issue, but none of them works. And I've tried to search over all the project in my solution, but none of them have reference to Newtonsoft.Json 6.0.0.0. In my project, I use the latest version of Newtonsoft.Json 8.0.3. Does anyone has encountered similar issue?