[InvalidOperationException: 超时时间已到。在从池中获取连接之前超时时间已过。出现这种情况可能是因为所有池连接都已被使用并已达到最大池大小。]
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +396
System.Data.SqlClient.SqlConnection.Open() +384
Mder.SqlAccess.SqlHelper.ExecuteScalar(CommandType commandType, String commandText, SqlParameter[] commandParameters)
Mder.SqlAccess.SqlHelper.ExecuteScalar(CommandType commandType, String commandText)
Mder.Bussiness.ResRole.GetResLimitRight(Int32 _resType, String _resid)
Mder.Bussiness.ResRole.CheckRole(String _userid, Guid _resid, Int32 _resType, Int32 _flag, String _nodeid)
WebCenter.Base.CheckRight(String _nodeid, String _resid, Int32 _resType, Int32 _flag)
WebCenter.Base.CheckRole(String _nodeid, String _resid, Int32 _resType, Int32 _flag)
WebCenter.Media.MediaDetail.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +772
|