asp.net 页面 怎么访问的人一多 就会出现这种问题 到网上查了 这种现象有很多 但是我测试的时候都没出现这种情况 客户那边用的人一多(10几个人用) 就会出现这种情况 "Object reference not set to an instance of an object" 重新登录进去又没事了 难道只是网速 不稳定引起的吗? 寻求一种合理的解释及 解决方案?
...全文
1498打赏收藏
Object reference not set to an instance of an object
asp.net 页面 怎么访问的人一多 就会出现这种问题 到网上查了 这种现象有很多 但是我测试的时候都没出现这种情况 客户那边用的人一多(10几个人用) 就会出现这种情况 "Object reference not set to an instance of an object" 重新登录进去又没事了 难道只是网速 不稳定引起的吗? 寻求一种合理的解释及 解决方案?
[Quote=引用 2 楼 lyf348584094 的回复:]
我没用用session , 用的 ASP.NET 状态服务 来保存 临时数据的 ,具体出错代码 在客户那边 看不到 我是通常异常检测程序 捕捉到的 “出错的原因很多“ Object reference not set to an instance of an object 体现不出问题的原因吗? 我在自己这边的网站几个人用 都没有这种情况
[/Quote]
下面是捕捉到的一些异常信息
站 点:发生异常页: http://www.lmp-ic.com/admin/Head.aspx
捕捉事件:Void __Render__control1(System.Web.UI.HtmlTextWriter, System.Web.UI.Control)
异常信息:
异常信息: Object reference not set to an instance of an object.
站 点:发生异常页: http://www.lmp-ic.com/admin/Left.aspx
捕捉事件:Void Page_Load(System.Object, System.EventArgs)
异常信息:
异常信息: Object reference not set to an instance of an object.
我没用用session , 用的 ASP.NET 状态服务 来保存 临时数据的 ,具体出错代码 在客户那边 看不到 我是通常异常检测程序 捕捉到的 “出错的原因很多“ Object reference not set to an instance of an object 体现不出问题的原因吗? 我在自己这边的网站几个人用 都没有这种情况