“/”应用程序中的服务器错误。

等待的操作过时。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ComponentModel.Win32Exception: 等待的操作过时。

源错误:


行 59:         AspNetPager1.PageSize = int.Parse(XMLhelp.GetXmlNodeValue(Server.MapPath("~/config/option.config"), "/orders/default/newslist/lines"));
行 60:         string orderby = "norder asc, ID desc";
行 61:         SqlDataReader odr = BLLhelp.GetListPage(table, AspNetPager1.PageSize, page, fields, strWherefield, strWhere, orderby, parameters);
行 62:         string href = "", nullPic = "";
行 63:         lt_content.Append("<div class=\"sNewsList\"><ul>");

源文件: c:\web\decor1688.com\index\incx\newslist.aspx.cs    行: 61

堆栈跟踪:


[Win32Exception (0x80004005): 等待的操作过时。]

[SqlException (0x80131904): 执行超时已过期。完成操作之前已超时或服务器未响应。 ]
   Maticsoft.DBUtility.DbHelperSQL.ExecuteReader(String SQLString, SqlParameter[] cmdParms) in D:\c程序源文件\m模板调试\新后台_国内\SQL底层\CodematicDemo\DBUtility\DbHelperSQL.cs:824
   Maticsoft.DAL.publicHelp.GetListPage(String table, Int32 Number, Int32 page, String fields, String strWherefield, String strWhere, String orderby, SqlParameter[] parameters) in D:\c程序源文件\m模板调试\新后台_国内\SQL底层\CodematicDemo\DAL\publicHelp.cs:611
   Maticsoft.BLL.publicHelp.GetListPage(String table, Int32 Number, Int32 page, String fields, String strWhereFatherfield, String strWhere, String orderby, SqlParameter[] parameters) in D:\c程序源文件\m模板调试\新后台_国内\SQL底层\CodematicDemo\BLL\publicHelp.cs:180
   index_incx_newslist.BindNewssList() in c:\web\decor1688.com\index\incx\newslist.aspx.cs:61
   index_incx_newslist.Page_Load(Object sender, EventArgs e) in c:\web\decor1688.com\index\incx\newslist.aspx.cs:28
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4075.0