单缺少System.Numerics.BigInteger.Parse(字符串的IFormatProvider) [英] Mono missing System.Numerics.BigInteger.Parse(string,IFormatProvider)

查看:137
本文介绍了单缺少System.Numerics.BigInteger.Parse(字符串的IFormatProvider)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前得到使用 Json.NET/Newtonsoft.JSON 库中的以下错误:

I'm currently getting the following error using the Json.NET/Newtonsoft.JSON library:

Missing method System.Numerics.BigInteger::Parse(string,IFormatProvider) in assembly
/usr/lib/mono/gac/System.Numerics/4.0.0.0__b77a5c561934e089/System.Numerics.dll,
referenced in assembly ~/dev/Mono/Mercury/Mercury/bin/Debug/Newtonsoft.Json.dll

这发生每次从CouchDB的数据库中检索的JSON有一个数值场的时间。我从搜索该该库从System.Numerics调用方法尚未在单实施。

This occurs every time that the Json retrieved from the couchDB database has a numeric value field. I discovered from searching that the method that the library is calling from System.Numerics isn't yet implemented in Mono.

问题是,Json.NET是,我是另一个库的依赖使用(WDK.API.CouchDB [3])。

The problem is that Json.NET is a dependency for another library that I'm using (WDK.API.CouchDB [3]).

有没有什么办法可以绕过这个调整没有任何图书馆的来源?任何建议

PS: 我使用的是单声道3.0.6和4.0.8的MonoDevelop,在Linux上。我刚开始学习C#,这是我与它的第一个项目。我想,没有卓有成效的结果搜索网络上的话题。

感谢

[ 3] code.google.com/p/skitsanoswdk

[3] code.google.com/p/skitsanoswdk

推荐答案

使用4.5版本Json.NET,直到单声道修​​复它。

这篇关于单缺少System.Numerics.BigInteger.Parse(字符串的IFormatProvider)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆