点击功能时出现异常
金蝶云社区-云小爱
云小爱
0人赞赏了该文章 1344次浏览 未经作者许可,禁止转载编辑于2014年09月28日 21:53:35

本人安装K/3Cloud V3.0,当登入第一个帐户后(Administrator),鼠标点击右上角的“所有功能”,在弹出的窗口的左侧点击功能类别时,会出现如下两种异常:

发生时间:21:30:41
错误来源: Newtonsoft.Json
错误信息:Unexpected character encountered while parsing value: T. Line 1, position 1.
===================================================
调用堆栈:
在 Newtonsoft.Json.JsonTextReader.ParseValue(Char currentChar)
在 Newtonsoft.Json.JsonTextReader.ReadInternal()
在 Newtonsoft.Json.JsonTextReader.Read()
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, Type t, JsonConverter propertyConverter)
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType)
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
在 Kingdee.BOS.Web.DynamicForm.DynamicWebFormView.TreeNodeClick(String key, String selectNodeId)
在 Kingdee.BOS.Web.DynamicForm.DynamicWebFormController.TreeNodeClick(String key, String selectNodeId, JSONArray postDatas)
错误数据: System.Collections.ListDictionaryInternal

发生时间:21:31:23
错误来源: Newtonsoft.Json
错误信息:Could not cast or convert from System.Int64 to System.Collections.Generic.Dictionary`2[System.String,System.String].
===================================================
调用堆栈:
在 Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable(Object value, Type initialType, Type targetType)
在 Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(Object initialValue, CultureInfo culture, Type targetType)
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(Object value, CultureInfo culture, Type targetType)
错误数据: System.Collections.ListDictionaryInternal

当使用Administrator帐户创建其它新账户后,登入新帐户也会出现同样的问题。不知什么原因,还望高手指点。这里先感谢了。