Ett fel har tyvärr uppstått på web-sidan
Vi ber om ursäkt för problemet, försök igen senare.
System.Data.Entity.Infrastructure.DbUpdateConcurrencyException: Store update, insert, or delete statement affected an unexpected number of rows (0). Entities may have been modified or deleted since entities were loaded. See http://go.microsoft.com/fwlink/?LinkId=472540 for information on understanding and handling optimistic concurrency exceptions. ---> System.Data.Entity.Core.OptimisticConcurrencyException: Store update, insert, or delete statement affected an unexpected number of rows (0). Entities may have been modified or deleted since entities were loaded. See http://go.microsoft.com/fwlink/?LinkId=472540 for information on understanding and handling optimistic concurrency exceptions.
vid System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.ValidateRowsAffected(Int64 rowsAffected, UpdateCommand source)
vid System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update()
vid System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
vid System.Data.Entity.Core.Objects.ObjectContext.SaveChangesToStore(SaveOptions options, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction)
vid System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
vid System.Data.Entity.Core.Objects.ObjectContext.SaveChangesInternal(SaveOptions options, Boolean executeInExistingTransaction)
vid System.Data.Entity.Internal.InternalContext.SaveChanges()
--- Slut på stackspårning för interna undantag ---
vid System.Data.Entity.Internal.InternalContext.SaveChanges()
vid EBix.Database.EBixContext.SaveContext() i C:\Repos\Esook\Ebix\Source\Ebix\Database\EBixContextSaving.cs:rad 193
vid EBix.Database.EBixContext.ValidateAndSaveChanges(Boolean ignoreChanges) i C:\Repos\Esook\Ebix\Source\Ebix\Database\EBixContextSaving.cs:rad 432
vid EBix.CommandSessionBase`1.Commit() i C:\Repos\Esook\Ebix\Source\Ebix\CommandSessions\CommandSessionBase.cs:rad 601
vid EBix.DirectSession.RunLocalizedCommandRequest[TRequest,TResult](CommandRequest`3 commandRequest, Func`1 isCancelRequestedFunction, String languageCode, String currencyCode) i C:\Repos\Esook\Ebix\Source\Ebix\DirectSession.cs:rad 188
vid EBix.DirectSession.RunCommandRequest[TRequest,TResult](CommandRequest`3 commandRequest, Func`1 isTimedOut) i C:\Repos\Esook\Ebix\Source\Ebix\DirectSession.cs:rad 270
vid Alpacha.Commands.CommandHelper`1.RunCommandRequest[TRequest,TResult](CommandRequest`3 commandRequest, Func`1 isCancellationRequestedFunction) i C:\Repos\Esook\Common\Alpacha.Commands\Sessions\CommandHelper.cs:rad 282
vid Alpacha.Commands.CommandHelper`1.Run[TRequest,TResult](CommandRequest`3 command) i C:\Repos\Esook\Common\Alpacha.Commands\Sessions\CommandHelper.cs:rad 337
vid EBix.Model.Carts.IncreaseCartSaleItemQuantity(ISession session, CartSaleItemId cartSaleItemId) i C:\Repos\Esook\Ebix\Source\Ebix\Model\Carts\Commands\IncreaseCartSaleItemQuantity.cs:rad 65
vid WebApplication.Areas.Web.Controllers.ShoppingCartController.IncreaseQuantityToShoppingCart(CartSaleItemId cartSaleItemId) i C:\Repos\Esook\Ebix\Source\EBix.WebApplication\Areas\Web\Controllers\WebshopContents\ShoppingCartController.cs:rad 132
vid lambda_method(Closure , ControllerBase , Object[] )
vid System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c.b__9_0(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
vid System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_0.b__0()
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.b__2()
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_6.b__4()
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_1.b__1(IAsyncResult asyncResult)
vid System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
vid System.Web.Mvc.Controller.<>c.b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState)
vid System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
vid System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
vid System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
vid System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
vid System.Web.Mvc.MvcHandler.<>c.b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState)
vid System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
vid System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
vid System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
vid System.Web.HttpApplication.<>c__DisplayClass285_0.b__0()
vid System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
vid System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)