Akcijska ponuda

System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while reading from the store provider's data reader. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Transaction (Process ID 60) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at StackExchange.Profiling.Data.ProfiledDbDataReader.Read() at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.StoreRead() --- End of inner exception stack trace --- at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.HandleReaderException(Exception e) at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.StoreRead() at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at SmartStore.Services.Search.LinqCatalogSearchService.Search(CatalogSearchQuery searchQuery, ProductLoadFlags loadFlags, Boolean direct) at SmartStore.Services.Search.CatalogSearchService.SearchDirect(CatalogSearchQuery searchQuery, ProductLoadFlags loadFlags) at SmartStore.Services.Search.CatalogSearchService.Search(CatalogSearchQuery searchQuery, ProductLoadFlags loadFlags, Boolean direct) at SmartStore.Web.Controllers.SearchController.Search(CatalogSearchQuery query)