I\'m currently getting the following error using the Json.NET/Newtonsoft.JSON library:
Missing method System.Numerics.BigInteger::Parse(string,IFormatProvide
To fix this you can add a reference to System.Numerics and then set its property Copy Local to true.
System.Numerics
Copy Local
true