gogow 发表于 2008-11-13 15:29:47

求助:好视网hocee.cn安装调试

如题.一直调试不通过....很是郁闷.


Server Error in \'/\' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

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

Source Error:


Line 138:      VideoInfoService vinfoservice = new VideoInfoService();Line 139:      VideoInfo[] rvideo = vinfoservice.displayVideoInfo(\"select * from videoinfo where recommend=4 order by upload_time desc\");Line 140:      if (rvideo.Length == 4)Line 141:      {Line 142:            flvStr1 = UrlStr(rvideo.Id.ToString()) + rvideo.Video_Url + \"\\\"\";
Source File: c:\\Download\\www.hocee.com\\hocee.com\\Default.aspx.cs    Line: 140

Stack Trace:



请哪位达人会调试的给帮个忙,不胜感激

84354145 发表于 2008-11-14 10:48:02

期待 高手啊强!实在是强!

忆风 发表于 2008-11-14 20:20:25

尝试升级 Framework版本到2.0或更高级(或更改设置 IIS 中网站的 .net 版本)

sunway888 发表于 2008-11-16 15:56:26

友情帮顶,呵呵

anran 发表于 2009-5-7 10:28:13

好视网是 sql2000加net2.0所以你得装.net2.0才行多数错误是因为装的是net1.1造成的    解决方法 删除1.1   安装2.0
页: [1]
查看完整版本: 求助:好视网hocee.cn安装调试