超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。 在 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.Page_Load(Object sender, EventArgs e)