Application Error

An unexpected error has occured.

System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Exception: Commerce.Nop_CustomerRoleLoadByCustomerID
	@RETURN_VALUE='', 	@ShowHidden='False', 	@CustomerID='103168422', <br />
 ---> System.Data.SqlClient.SqlException: 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=4; handshake=10011;  ---> System.ComponentModel.Win32Exception: The wait operation timed out
   --- End of inner exception stack trace ---
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.Practices.EnterpriseLibrary.Data.Database.GetNewOpenConnection()
   at Microsoft.Practices.EnterpriseLibrary.Data.Database.GetWrappedConnection()
   at Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteReader(DbCommand command)
   at NopSolutions.NopCommerce.DataAccess.StoreExtensions.ExecuteReaderEx(Database db, DbCommand command) in C:\azbuildagent\_work\364\s\Libraries\Nop.DataAccess.SqlServer\NopSqlDataHelper.cs:line 622
   --- End of inner exception stack trace ---
   at NopSolutions.NopCommerce.DataAccess.StoreExtensions.ExecuteReaderEx(Database db, DbCommand command) in C:\azbuildagent\_work\364\s\Libraries\Nop.DataAccess.SqlServer\NopSqlDataHelper.cs:line 637
   at NopSolutions.NopCommerce.DataAccess.CustomerManagement.SqlCustomerProvider.GetCustomerRolesByCustomerId(Int32 customerId, Boolean showHidden) in C:\azbuildagent\_work\364\s\Libraries\Nop.DataAccess.SqlServer\Customer\SqlCustomerProvider.cs:line 1057
   at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.GetCustomerRolesByCustomerId(Int32 customerId, Boolean showHidden) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs:line 2940
   at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.GetCustomerRolesByCustomerId(Int32 customerId) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs:line 2925
   at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.Customer.get_CustomerRoles() in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\Customer.cs:line 504
   at NopSolutions.NopCommerce.BusinessLogic.Products.PriceHelper.GetCustomPriceByCustomerRole(ProductVariant productVariant, Customer customer) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Products\PriceHelper.cs:line 158
   at NopSolutions.NopCommerce.BusinessLogic.Products.PriceHelper.GetFinalPrice(ProductVariant productVariant, Customer customer, Decimal additionalCharge, Boolean includeDiscounts) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Products\PriceHelper.cs:line 233
   at NopSolutions.NopCommerce.BusinessLogic.Products.PriceHelper.GetFinalPrice(ProductVariant productVariant, Customer customer, Boolean includeDiscounts) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Products\PriceHelper.cs:line 213
   at NopSolutions.NopCommerce.BusinessLogic.Products.PriceHelper.GetFinalPrice(ProductVariant productVariant, Boolean includeDiscounts) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Products\PriceHelper.cs:line 200
   at NopSolutions.NopCommerce.Web.Modules.ProductPriceControl.BindData() in C:\azbuildagent\_work\364\s\Store\Modules\ProductPrice.ascx.cs:line 70
   at NopSolutions.NopCommerce.Web.Modules.ProductPriceControl.Page_Load(Object sender, EventArgs e) in C:\azbuildagent\_work\364\s\Store\Modules\ProductPrice.ascx.cs:line 48
   at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.product_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

- Please try refreshing the page and trying again.
- If the problem persists, please notify the website owner.
- The administrators of this website have been notified of this error.

Powered by the funeralOne F1Connect/2.265.0.0 Platform.