主题:[讨论]新手求助,毕业设计调试时出现以下问题.请高手救命啊!!!!!!!
新手求助,毕业设计调试时出现以下问题.请高手救命啊!!!!!!!
“/MisStock”应用程序中的服务器错误。
--------------------------------------------------------------------------------
ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.InvalidOperationException: ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。
源错误:
行 34: {
行 35: ///执行存储过程
行 36: sqlHelper.RunProc("Pr_GetUserLogin",paramList,out dr);
行 37: }
行 38: catch(Exception ex)
源文件: c:\inetpub\wwwroot\misstock\components\user.cs 行: 36
堆栈跟踪:
[InvalidOperationException: ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。]
System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean executing)
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
SQLHelper.SQLHelper.RunProc(String procName, SqlParameter[] prams, SqlDataReader& dataReader)
MisStock.Components.User.GetUserLogin(String sUserName, String sPassword) in c:\inetpub\wwwroot\misstock\components\user.cs:36
[Exception: ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。]
MisStock.Components.User.GetUserLogin(String sUserName, String sPassword) in c:\inetpub\wwwroot\misstock\components\user.cs:42
MisStock.Default.LoginBtn_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\MisStock\Default.aspx.cs:82
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain()
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573
“/MisStock”应用程序中的服务器错误。
--------------------------------------------------------------------------------
ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.InvalidOperationException: ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。
源错误:
行 34: {
行 35: ///执行存储过程
行 36: sqlHelper.RunProc("Pr_GetUserLogin",paramList,out dr);
行 37: }
行 38: catch(Exception ex)
源文件: c:\inetpub\wwwroot\misstock\components\user.cs 行: 36
堆栈跟踪:
[InvalidOperationException: ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。]
System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean executing)
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
SQLHelper.SQLHelper.RunProc(String procName, SqlParameter[] prams, SqlDataReader& dataReader)
MisStock.Components.User.GetUserLogin(String sUserName, String sPassword) in c:\inetpub\wwwroot\misstock\components\user.cs:36
[Exception: ExecuteReader 需要打开的并且可用的连接。该连接的当前状态是 Closed。]
MisStock.Components.User.GetUserLogin(String sUserName, String sPassword) in c:\inetpub\wwwroot\misstock\components\user.cs:42
MisStock.Default.LoginBtn_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\MisStock\Default.aspx.cs:82
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain()
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573