Skip to content

Instantly share code, notes, and snippets.

@ColinScott
Created August 21, 2014 01:41
Show Gist options
  • Save ColinScott/8419e167c6e419099bd3 to your computer and use it in GitHub Desktop.
Save ColinScott/8419e167c6e419099bd3 to your computer and use it in GitHub Desktop.
Ending with incorrect binding redirects
Create an Azure Worker Role (SDK 2.4 was used)
Run update-package to update everything
Newtonsoft.json now version 6.0.4 and binding redirects reflect this
Run update-package windowsazure.storage -reinstall
Newtonsoft.json is reverted to 5.0.6.
Binding redirects not updated, still redirect to version 6.0.0.0 (assembly version in 6.0.4 package)
Also issue with Microsoft.Data.Edm, Microsoft.Data.OData and System.Spatial packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment