Foxtable(狐表)用户栏目专家坐堂 → [求助]无法访问已释放的对象这个错误具体怎么引起的,怎么消除这个错误?


  共有3342人关注过本帖平板打印复制链接

主题:[求助]无法访问已释放的对象这个错误具体怎么引起的,怎么消除这个错误?

帅哥哟,离线,有人找我吗?
浙江仔
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:六尾狐 帖子:1316 积分:9484 威望:0 精华:1 注册:2010/7/21 14:20:00
[求助]无法访问已释放的对象这个错误具体怎么引起的,怎么消除这个错误?  发帖心情 Post By:2019/3/8 14:08:00 [只看该作者]

异步网页,导致出现以下错误,查了代码,找不出具体怎么引起的
2019-03-08 11:40:32.1428
调用的目标发生了异常。
   在 System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   在 System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   在 Foxtable.UserFunctions.Execute(String Name, Object[] Args)
无法访问已释放的对象。
对象名:“System.Net.HttpListenerRequest”。
   在 System.Net.HttpListenerRequest.CheckDisposed()
   在 System.Net.HttpListenerRequest.get_RequestBuffer()
   在 System.Net.HttpListenerRequest.get_HttpMethod()
   在 UserCode.A8iEVSOnphKiMnfHP(Object[] Args)

 回到顶部