An unexpected error has occured.
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Exception: Commerce.Nop_CustomerInsert @RETURN_VALUE='', @CustomerId='0', @StoreId='2823', @CustomerGUID='f2efc3c9-a110-4cc3-8547-a309770ea457', @Email='[email protected]', @PasswordHash='', @SaltKey='', @AffiliateID='0', @BillingAddressID='0', @ShippingAddressID='0', @LastPaymentMethodID='0', @LastAppliedCouponCode='', @GiftCardCouponCodes='', @CheckoutAttributes='', @LanguageID='7', @CurrencyID='1', @TaxDisplayTypeID='2', @IsTaxExempt='False', @IsAdmin='False', @IsGuest='True', @IsForumModerator='False', @TotalForumPosts='0', @Signature='', @AdminComment='', @Active='True', @Deleted='False', @RegistrationDate='11/1/2025 8:33:43 PM', @TimeZoneID='', @Username='[email protected]', @AvatarID='0', @MWSUserID='0', <br /> ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception: The network path was not found --- End of inner exception stack trace --- at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) 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.ExecuteNonQuery(DbCommand command) at NopSolutions.NopCommerce.DataAccess.StoreExtensions.ExecuteNonQueryEx(Database db, DbCommand command) in C:\azbuildagent\_work\364\s\Libraries\Nop.DataAccess.SqlServer\NopSqlDataHelper.cs:line 664 --- End of inner exception stack trace --- at NopSolutions.NopCommerce.DataAccess.StoreExtensions.ExecuteNonQueryEx(Database db, DbCommand command) in C:\azbuildagent\_work\364\s\Libraries\Nop.DataAccess.SqlServer\NopSqlDataHelper.cs:line 678 at NopSolutions.NopCommerce.DataAccess.CustomerManagement.SqlCustomerProvider.AddCustomer(Int32 storeId, Guid customerGuid, String email, String username, String passwordHash, String saltKey, Int32 affiliateId, Int32 billingAddressId, Int32 shippingAddressId, Int32 lastPaymentMethodId, String lastAppliedCouponCode, String giftCardCouponCodes, String checkoutAttributes, Int32 languageId, Int32 currencyId, Int32 taxDisplayTypeId, Boolean isTaxExempt, Boolean isAdmin, Boolean isGuest, Boolean isForumModerator, Int32 totalForumPosts, String signature, String adminComment, Boolean active, Boolean deleted, DateTime registrationDate, String timeZoneId, Int32 avatarId, Int32 mwsUserId) in C:\azbuildagent\_work\364\s\Libraries\Nop.DataAccess.SqlServer\Customer\SqlCustomerProvider.cs:line 661 at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.AddCustomerForced(Int32 storeId, Guid customerGuid, String email, String username, String passwordHash, String saltKey, Int32 affiliateId, Int32 billingAddressId, Int32 shippingAddressId, Int32 lastPaymentMethodId, String lastAppliedCouponCode, String giftCardCouponCodes, String checkoutAttributes, Int32 languageId, Int32 currencyId, TaxDisplayTypeEnum taxDisplayType, Boolean isTaxExempt, Boolean isAdmin, Boolean isGuest, Boolean isForumModerator, Int32 totalForumPosts, String signature, String adminComment, Boolean active, Boolean deleted, DateTime registrationDate, String timeZoneId, Int32 avatarId, Int32 mwsUserId) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs:line 2089 at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.AddCustomer(Int32 storeId, Guid customerGuid, String email, String username, String password, Int32 affiliateId, Int32 billingAddressId, Int32 shippingAddressId, Int32 lastPaymentMethodId, String lastAppliedCouponCode, String giftCardCouponCodes, String checkoutAttributes, Int32 languageId, Int32 currencyId, TaxDisplayTypeEnum taxDisplayType, Boolean isTaxExempt, Boolean isAdmin, Boolean isGuest, Boolean isForumModerator, Int32 totalForumPosts, String signature, String adminComment, Boolean active, Boolean deleted, DateTime registrationDate, String timeZoneId, Int32 avatarId, MembershipCreateStatus& status, Nullable`1 mwsUserId) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs:line 1893 at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.AddCustomer(Int32 storeId, Guid customerGuid, String email, String username, String password, Int32 affiliateId, Int32 billingAddressId, Int32 shippingAddressId, Int32 lastPaymentMethodId, String lastAppliedCouponCode, String giftCardCouponCodes, String checkoutAttributes, Int32 languageId, Int32 currencyId, TaxDisplayTypeEnum taxDisplayType, Boolean isTaxExempt, Boolean isAdmin, Boolean isGuest, Boolean isForumModerator, Int32 totalForumPosts, String signature, String adminComment, Boolean active, Boolean deleted, DateTime registrationDate, String timeZoneId, Int32 avatarId, MembershipCreateStatus& status) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs:line 1872 at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.AddCustomer(String email, String username, String password, Boolean isAdmin, Boolean isGuest, Boolean active, MembershipCreateStatus& status) in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs:line 1765 at NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.CreateAnonymousUser() in C:\azbuildagent\_work\364\s\Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs:line 1302 at NopSolutions.NopCommerce.Web.ContextTributeHelper.ValidateUser() in C:\azbuildagent\_work\364\s\Store\ContextTributeHelper.cs:line 22 at NopSolutions.NopCommerce.Web.ContextTributeHelper.SaveContextTribute() in C:\azbuildagent\_work\364\s\Store\ContextTributeHelper.cs:line 232 at NopSolutions.NopCommerce.Web.Default.Page_Load(Object sender, EventArgs e) in C:\azbuildagent\_work\364\s\Store\Default.aspx.cs:line 43 at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at NopSolutions.NopCommerce.Web.BaseNopPage.OnLoad(EventArgs e) in C:\azbuildagent\_work\364\s\Store\Controls\BaseNopPage.cs:line 75 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.default_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.