注册 登录
编程论坛 ASP.NET技术论坛

[讨论]ASP.NET+SQL SERVER补丁情况

jackrebel 发布于 2007-05-24 13:34, 851 次点击
微软是不是提供了一些有助于它们运行稳定的补丁?
我的XPsp2英文版系统。vs2003,iis6, sqlserver2000Enterprise ver,
怎么就那么不稳定。一下数据库连接不能打开,一下又出现System.NullReferenceException
同样的代码在另一台机器上又能运行出来.
有时候重新启动电脑又行了。这些问题烦死人....
谁有这方面的经验吗?
3 回复
#2
bygg2007-05-24 15:33
应该是你电脑的问题吧...
#3
jackrebel2007-05-24 20:24
唉,刚才都行。再次运行又出问题了,整个项目中每一页只要有

SqlDataAdapter da22=new SqlDataAdapter("select id from to_files where fileid="+id,con);
da22.Fill(ds22,"to_files");

就报错:
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.



#4
jackrebel2007-05-24 21:13

调试时发现Connection的状态是Close;晕倒。。。。
整我两个多小时了,谁能帮帮我啊,难道真的要重装系统吗?



1