FineUI 官方论坛

标题: 请教fineUI开源版:AppBox报错 Newtonsoft.Json.Linq.JObject报错 [打印本页]

作者: erp8@live.cn    时间: 2017-3-28 21:54
标题: 请教fineUI开源版:AppBox报错 Newtonsoft.Json.Linq.JObject报错
请教各位一为个问题:访问人数多了就出现:
Can not add property New to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object.


---经常出现,恳请高手出主意.


版本:fineUI 3.3.3,详细如下:“/”应用程序中的服务器错误。
Can not add property New to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object.
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.ArgumentException: Can not add property New to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object.
源错误:
执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[ArgumentException: Can not add property New to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object.]
   Newtonsoft.Json.Linq.JObject.ValidateToken(JToken o, JToken existing) +393
   Newtonsoft.Json.Linq.JContainer.InsertItem(Int32 index, JToken item, Boolean skipParentCheck) +143
   Newtonsoft.Json.Linq.JObject.InsertItem(Int32 index, JToken item, Boolean skipParentCheck) +53
   Newtonsoft.Json.Linq.JContainer.AddInternal(Int32 index, Object content, Boolean skipParentCheck) +205
   Newtonsoft.Json.Linq.JContainer.Add(Object content) +39
   AppBox.RoleModulePowerHelper.GetRoleModulePowers(Int32 roleId, String[] moduleNames) +466
   AppBox.RoleModulePowerHelper.GetRoleModulePowerDic(Int32 roleId) +84
   AppBox.RoleModulePowerHelper.GetRoleCanReadModuleList(Int32 roleId) +66
   AppBox.main.ResolveUserMenuList() +184
   AppBox.main.Page_Init(Object sender, EventArgs e) +497
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnInit(EventArgs e) +91
   System.Web.UI.Page.OnInit(EventArgs e) +12
   AppBox.PageBase.OnInit(EventArgs e) +20
   System.Web.UI.Control.InitRecursive(Control namingContainer) +140
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480

版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.0.30319.1022

[attach]9994[/attach]





作者: Neal.六道    时间: 2017-3-29 08:51
FineUI 依赖于Newtonsoft.Json.dll
FineUI.dll只有一个版本,无论你的项目是2.0、3.5、4.0,都只需要引用同一个FineUI.dll即可。

而Newtonsoft.Json.dll在每个DotNet下都有自己的版本,比如你的项目是基于.Net 2.0的,就要引用json.net\Net20\Newtonsoft.Json.dll,如果你的项目是基于.Net 4.0的,就要引用json.net\Net40\Newtonsoft.Json.dl。

如果引用不正确,可能会出现你这种问题
作者: tarcyshu    时间: 2017-3-29 09:16
http://www.jslint.com/
将你的JSON内容贴到这里检查一下,看看是否有重名的值。

作者: 甘桂    时间: 2017-3-29 09:17
nuget 自动会安装好的
作者: sanshi    时间: 2017-3-29 10:26
这个应该和访问人多少没关系,首先尝试用VS按照最新的JSON库,然后最好能在开发环境重现,方便调试
作者: erp8@live.cn    时间: 2017-3-29 14:57

谢谢,谢谢,感谢各位大神回复!
应该是有重名的值,在查.




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4