|
请教各位一为个问题:访问人数多了就出现:
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
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|