Server Error in '/' Application.

用户 'b2buser' 登录失败。

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.Exception: 用户 'b2buser' 登录失败。

Source Error:


Line 25:             Img_type img_typeBll = new Img_type();
Line 26:             Img_info Img_infoBll = new Img_info();
Line 27:             List_Types = img_typeBll.DataTableToList(img_typeBll.GetList(0, "", "  isShow=1", " sort desc").Tables[0]);
Line 28:             List_ImgInfo = Img_infoBll.DataTableToList(Img_infoBll.GetListByPage("isCheck=1 and T.typeId=" + ImgTypeId + "", " updateTime desc", ((page - 1) * pageNum) + 1, page * pageNum).Tables[0]);
Line 29:             GetRecordCount = Img_infoBll.GetRecordCount(" isCheck=1 and typeId=" + ImgTypeId + "");

Source File: d:\web\ooff.net\m\picList.aspx.cs    Line: 27

Stack Trace:


[Exception: 用户 'b2buser' 登录失败。]
   DB_Img.Tool.DbHelper.Query(String SQLString) +377
   DB_Img.DAL.Img_type.GetList(Int32 Top, String header, String strWhere, String filedOrder) in E:\work\WEB\ooff.net\DB_Common\DB_Img_DAL\Img_type.cs:299
   DB_Img.BLL.Img_type.GetList(Int32 Top, String header, String strWhere, String filedOrder) in E:\work\WEB\ooff.net\DB_Common\DB_Img_BLL\Img_type.cs:118
   m_picList.Page_Load(Object sender, EventArgs e) in d:\web\ooff.net\m\picList.aspx.cs:27
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1607


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.3928.0