- 閱讀權限
- 30
- 最後登錄
- 18-9-17
- 精華
- 0
- UID
- 1627529
- 帖子
- 126
- 積分
- 538
- 註冊時間
- 10-2-7
- 在線時間
- 85 小時
  
- UID
- 1627529
- 帖子
- 126
- 積分
- 538
- Good
- 7
- 註冊時間
- 10-2-7
- 在線時間
- 85 小時
|
本帖最後由 gamemanone 於 12-4-6 10:04 PM 編輯
連接唔到香港官網?[新人]
之後出左D咁既野 如下
原文:
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
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.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4863722
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlConnection.Open() +122
BulletinSystem.Data.BulletinDataProvider.GetPostList(PostListQuery query) +596
BulletinSystem.Components.Posts.GetPostList(PostListQuery plQuery) +36
BulletinSystem.Controls.PostListView.DataBind() +68
BulletinSystem.Controls.PostListView.OnLoad(EventArgs e) +38
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
原文-GOOGLE翻譯:
'/'應用中的服務器錯誤。
超時已過期。從池中獲取連接之前超時時間已過。這可能發生,因為所有池連接均在使用,達到了最大池大小。
說明:執行當前Web請求期間,出現未處理的異常。請檢討有關錯誤的更多信息,堆棧跟踪,它起源於代碼。 異常詳細信息:的System.InvalidOperationException:超時已過期。從池中獲取連接之前超時時間已過。出現這種情況可能是因為所有池連接均在使用,並已達到最大池大小。源錯誤:
執行當前Web請求期間生成了未處理的異常。可確定使用下面的異常堆棧跟踪信息的起源和異常的位置。
堆棧跟踪:
[InvalidOperationException異常:超時已過期。從池中獲取連接之前超時時間已過。出現這種情況可能是因為所有池連接均在使用,達到了最大池大小。]
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection的owningConnection)4863722
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection的outerConnection,DbConnectionFactory的connectionFactory)+117
System.Data.SqlClient.SqlConnection.Open()+122
BulletinSystem.Data.BulletinDataProvider.GetPostList(PostListQuery查詢)596
BulletinSystem.Components.Posts.GetPostList(PostListQuery plQuery)+36
BulletinSystem.Controls.PostListView.DataBind()+68
BulletinSystem.Controls.PostListView.OnLoad(EventArgs的五)+38
System.Web.UI.Control.LoadRecursive()+50
System.Web.UI.Control.LoadRecursive()+141
System.Web.UI.Control.LoadRecursive()+141
System.Web.UI.Control.LoadRecursive()+141
System.Web.UI.Page.ProcessRequestMain(includeStagesBeforeAsyncPoint布爾,布爾includeStagesAfterAsyncPoint)627
版本信息: 微軟NET Framework版本:2.0.50727.3082; ASP.NET版本:2.0.50727.3082。 |
|