Reputation: 5544
I know that it was mentioned JSON.NET will work on WP Mango 7.1 in 4.0.5, and to use 3.x for now, however this is not working for me as 4.x was... It's not handling deserialization the same way for some reason, so I'm wondering if there's a way that I can build 4.0.4 from source to work on 7.1 now, without getting the Deserialization error:
Could not load type 'System.Dynamic.IDynamicMetaObjectProvider' from assembly 'System.Core, Version=3.7.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC'.
Upvotes: 1
Views: 580
Reputation: 49042
See my answer here - Moving to JSON.NET 4.0.3 broke my app
Quick solution - change the dll reference from the SL build to SL3-wp
Upvotes: 1