seabet my

seabet app

Description: During execution of current web request,An unhandled exception occurred。Please check the stack trace,To learn more about the error and where in the code causing it。

Exception details: System.NullReferenceException: Object reference not set to an instance of the object。

Source error:


Line 359: string sql_ = "select * from (select row_number() over (order by " + sqlorder + ") as rowNum,* seabet loginfrom info where cid=" + idsparam[1] + " and state>0 and tgstate>0)as a where rowNum=((select rowNum from (select row_number() over (order by " + sqlorder + ") as rowNum,* from info where cid=" + idsparam[1] + " and state>0 and tgstate>0)as b where id=" + idsparam[2] + ")-1)";
Line 360: OleDbDataReader dr_ = con.DrSelect(sql_, null);
Line 361: if (dr_.Read())
Line 362:
Line 363: string str_repeat = dr["repeats"].ToString();

Source file: d:\website\ahqm_netweb\App_Code\jss_fc\JSSMethods.cs    row: 361

Stack trace:


[NullReferenceException: Object reference not set to an instance of the object。]
   jss_fc.JSSMethods.mt_c_topdowninfo(String tagename, OperateDB con, String[] param, String[] idsparam) in d:\website\ahqm_netweb\App_Code\jss_fc\JSSMethods.cs:361
   jss_fc.JSSMethods.TAGES_SINGLE(String tagename, OperateDB con, String[] param, String[] idsparam) in d:\website\ahqm_netweb\App_Code\jss_fc\JSSMethods.cs:342
   c_info.Page_Load(Object sender, EventArgs e) in d:\website\ahqm_netweb\c_info.aspx.cs:55
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24
   seabet appSystem.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +136
   System.Web.UI.Control.LoadRecursive() +97
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2523


Version information: Microsoft .NET Framework version:2.0.50727.5485; ASP.NET version:2.0.50727.5491