以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  请教网页运用返回的错误是什么意思?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=174008)

--  作者:kylin
--  发布时间:2021/12/27 10:56:00
--  请教网页运用返回的错误是什么意思?
事件/函数: 自定义函数,StfEdt
调用的目标发生了异常。
   在 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   在 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   在 Foxtable.UserFunctions.Execute(String Name, Object[] Args)
已添加了具有相同键的项。
   在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   在 Foxtable.wui.AddForm(String pid, String id, String Action)
   在 UserCode.AJG9UYsMZaXgOTnVM(Object[] Args)

--  作者:有点蓝
--  发布时间:2021/12/27 11:09:00
--  
一个网页里的的各种控件ID不能有重复的
--  作者:kylin
--  发布时间:2021/12/27 12:51:00
--  
多谢指点!