当前位置: 代码迷 >> ASP.NET >> Object reference not set to an instance of an object 到底什么有关问题啊
  详细解决方案

Object reference not set to an instance of an object 到底什么有关问题啊

热度:5995   发布时间:2013-02-25 00:00:00.0
Object reference not set to an instance of an object 到底什么问题啊?
我机器上的程序一会正常,一会就显示 Object   reference   not   set   to   an   instance   of   an   object.  程序放别人机器上都好的,有时重起一下机器就好了,今天重起n次了都不行.我系统是xp的. 是不是我机器有问题啊?大家有谁遇到过这种情况啊?希望大家来探讨探讨啊.

------解决方案--------------------------------------------------------
代码问题,为将对象设置到引用。

仔细查看你的代码,是哪里为null或者dbnull的值就报错了。
------解决方案--------------------------------------------------------
可能你的myConnection为null了,看看你的myConnection是怎么产生的
------解决方案--------------------------------------------------------
Object reference not set to an instance of an object.
是提示对象为设置到引用,就是对象错误。

如果真的是myConnection.Open();这句出这个错误,就肯定是myConnection为null。

如果不是null,open出错的话会提示链接不上数据库的错误。而不是这个错误
------解决方案--------------------------------------------------------
无奈
------解决方案--------------------------------------------------------
參考對象為空,請實例一個對象,應該是引用dll檔的時候有問題,檢查一下
------解决方案--------------------------------------------------------
不是吧
我一直在用 卡巴
  相关解决方案