Exception
System.InvalidOperationException: ExecuteNonQuery requires an open and available Connection. The connection's current state: Broken. at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at HPDC.Storefront.LogIt.CreateLog(String request, String procedureName, String exception) in D:\TeamCity\buildAgent\work\d5f7f359dfc859b3\Source\HPDC.Storefront\Infrastructure\Tools\LogIt.cs:line 93 at HPDC.Storefront.LogIt.LogException(HttpRequest request, String procedureName, Exception exception) in D:\TeamCity\buildAgent\work\d5f7f359dfc859b3\Source\HPDC.Storefront\Infrastructure\Tools\LogIt.cs:line 45 at HPDC.Storefront.Controllers.StoreManagerController.CreateAccount(RegisterModel model, Int64& AccountId, String StoreName) in D:\TeamCity\buildAgent\work\d5f7f359dfc859b3\Source\HPDC.Storefront\Controllers\StoreManagerController.cs:line 308 at HPDC.Storefront.Controllers.StoreManagerController.CreateGuestCookie(String StoreName) in D:\TeamCity\buildAgent\work\d5f7f359dfc859b3\Source\HPDC.Storefront\Controllers\StoreManagerController.cs:line 183 at HPDC.Storefront.Controllers.PartDetailController.IndexSEO() in D:\TeamCity\buildAgent\work\d5f7f359dfc859b3\Source\HPDC.Storefront\Controllers\PartDetailController.cs:line 75
Home