超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。 在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) 在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) 在 System.Data.SqlClient.SqlConnection.Open() 在 Web.DAL.DbHelperSQL.Query(String SQLString) 位置 F:\Fulltxyj\DAL\DbHelperSQL.cs:行号 283 在 Web.DAL.UserDetails_Info.GetList(String strWhere) 位置 F:\Fulltxyj\DAL\UserDetails_Info.cs:行号 492 在 Web.BLL.UserDetails_Info.GetList(String strWhere) 位置 G:\Fulltxyj\Fulltxyj\BLL\UserDetails_Info.cs:行号 94 在 analyview.getTeaName(String tid) 在 ASP.analyview_aspx.__DataBind__control3(Object sender, EventArgs e) 在 System.Web.UI.Control.OnDataBinding(EventArgs e) 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) 在 System.Web.UI.Control.DataBind() 在 System.Web.UI.Control.DataBindChildren() 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) 在 System.Web.UI.Control.DataBind() 在 System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) 在 System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) 在 System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) 在 System.Web.UI.WebControls.BaseDataList.DataBind() 在 analyview.Page_Load(Object sender, EventArgs e)