Server Error in '/' Application.

The wait operation timed out

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.ComponentModel.Win32Exception: The wait operation timed out

Source Error:


Line 213:                Dim ds As New DataSet
Line 214:                Dim arrParameters() As SqlClient.SqlParameter = {}
Line 215:                Me.ExecuteSTP("dbo.AppDatalinksListAllAppDatalinks", arrParameters, ds)
Line 216:                Dim l As Generic.List(Of Blib.Env.AppDatalinkVersionInfo) = New Generic.List(Of Blib.Env.AppDatalinkVersionInfo)
Line 217:                For Each oRow As DataRow In ds.Tables(0).Rows

Source File: D:\www\eSellerV7.807\183624.shop23.eseller.dk\website\App_Code\Global.asax.vb    Line: 215

Stack Trace:


[Win32Exception (0x80004005): The wait operation timed out]

[SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=2; handshake=14984; ]
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +353
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +118
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +268
   System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +315
   System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +128
   System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +265
   System.Data.SqlClient.SqlConnection.Open() +133
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +182
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +180
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +126
   Blib.SqlActor.ExecuteSTP(String sqlProcedureName, SqlParameterCollection parameters, DataSet resultSet) in C:\DEV\eSellerDEV.scancommerce.dk\components\Blib\SqlActor.cs:108

[SqlException: Error while executing 'dbo.AppDatalinksListAllAppDatalinks'.]
   Blib.SqlActor.ExecuteSTP(String sqlProcedureName, SqlParameterCollection parameters, DataSet resultSet) in C:\DEV\eSellerDEV.scancommerce.dk\components\Blib\SqlActor.cs:114
   eSellerCommon.clsEsellerObjectBase.ExecuteSTP(String strSTPName, SqlParameter[] arrParameters, DataSet dsResult) +260
   eSeller.DBHelper.GetAppDatalinks(Object sender, EventArgs e) in D:\www\eSellerV7.807\183624.shop23.eseller.dk\website\App_Code\Global.asax.vb:215
   Blib.Env.AppBase.Refresh(DatalinkVersionsGetEventHandler GetDatalinkVersionsCallback) in C:\DEV\eSellerDEV.scancommerce.dk\components\Blib\Env\AppBase.cs:219
   eSeller.Global.Application_BeginRequest(Object sender, EventArgs e) in D:\www\eSellerV7.807\183624.shop23.eseller.dk\website\App_Code\Global.asax.vb:59
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4075.0