Server Error in '/' Application.

Die Transaktion (Prozess-ID 198) befand sich auf Sperre Ressourcen aufgrund eines anderen Prozesses in einer Deadlocksituation und wurde als Deadlockopfer ausgewählt. Führen Sie die Transaktion erneut aus.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Die Transaktion (Prozess-ID 198) befand sich auf Sperre Ressourcen aufgrund eines anderen Prozesses in einer Deadlocksituation und wurde als Deadlockopfer ausgewählt. Führen Sie die Transaktion erneut aus.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): Die Transaktion (Prozess-ID 198) befand sich auf Sperre Ressourcen aufgrund eines anderen Prozesses in einer Deadlocksituation und wurde als Deadlockopfer ausgewählt. Führen Sie die Transaktion erneut aus.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +277
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +765
   System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4616
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) +513
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) +3387
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +707
   System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +540
   System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +434
   ServiceStack.OrmLite.OrmLiteExecFilter.Exec(IDbConnection dbConn, Func`2 filter) +147
   TausendPS.FrontendLibrary.HaendlerWebseiten.Services.HaendlerConfigurationService.checkAndOverwrite(String hostName) in C:\arbeitskopien\dev_other\trunk\TausendPS.Net\TausendPS.FrontendLibrary\HaendlerWebseiten\Services\HaendlerConfigurationService.cs:1285
   TausendPS.FrontendLibrary.HaendlerWebseiten.Services.HaendlerConfigurationService.saveSiteconfig(SaveSiteconfig req) in C:\arbeitskopien\dev_other\trunk\TausendPS.Net\TausendPS.FrontendLibrary\HaendlerWebseiten\Services\HaendlerConfigurationService.cs:398
   TausendPS.FrontendLibrary.HaendlerWebseiten.Services.HaendlerConfigurationService.saveHaendlerConfig(SaveHaendlerConfig req) in C:\arbeitskopien\dev_other\trunk\TausendPS.Net\TausendPS.FrontendLibrary\HaendlerWebseiten\Services\HaendlerConfigurationService.cs:460
   TausendPS.FrontendLibrary.HaendlerWebseiten.HaendlerConfiguration.HaendlerConfig.Load(String hostName, Boolean ladeOeffnungsZeiten, Boolean ladeHaendlerBanner, Nullable`1 ladeBannerUndPopupFuerDieseMarke, Frontends frontend, String callingServerName, Boolean ladePopupBannerNurFuerMarke) in C:\arbeitskopien\dev_other\trunk\TausendPS.Net\TausendPS.FrontendLibrary\HaendlerWebseiten\HaendlerConfiguration\HaendlerConfig.cs:784
   TausendPS.FrontendLibrary.HaendlerWebseiten.HaendlerConfiguration.HaendlerConfig.LoadFromCache(String hostName, Boolean readFromCache, Boolean ladeOeffnungsZeiten, Boolean ladeHaendlerBanner, Nullable`1 ladeBannerUndPopupFuerDieseMarke, Frontends frontend, String callingServerName, Boolean ladePopupBannerNurFuerMarke) in C:\arbeitskopien\dev_other\trunk\TausendPS.Net\TausendPS.FrontendLibrary\HaendlerWebseiten\HaendlerConfiguration\HaendlerConfig.cs:1126
   CommonWebseite.Controllers.ApplicationController.GetGlobalSettings(HttpContextBase context, MenuePunkte ausgewaehlterHauptMenuePunkt, UnterMenuePunkte ausgewaehlterUnterMenuePunkt, Nullable`1 teaserBannerCampaignId, BreadCrumbLink breadCrumbAction) in C:\arbeitskopien\dev_asp_net\trunk\HaendlerWebseiten\CommonWebseiteLogic\Controllers\ApplicationController.cs:159
   CommonWebseite.Controllers.MotorradKatalogController.Type(Int32 typeId, Int32 baujahr, String name) in C:\arbeitskopien\dev_asp_net\trunk\HaendlerWebseiten\CommonWebseiteLogic\Controllers\MotorradKatalogController.cs:464
   lambda_method(Closure , ControllerBase , Object[] ) +250
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +35
   System.Web.Mvc.Async.<>c.<BeginInvokeSynchronousActionMethod>b__9_0(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +39
   System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +85
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +42
   System.Web.Mvc.Async.<>c__DisplayClass11_0.<InvokeActionMethodFilterAsynchronouslyRecursive>b__0() +80
   System.Web.Mvc.Async.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2() +396
   System.Web.Mvc.Async.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2() +396
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
   System.Web.Mvc.Async.<>c__DisplayClass3_6.<BeginInvokeAction>b__4() +50
   System.Web.Mvc.Async.<>c__DisplayClass3_1.<BeginInvokeAction>b__1(IAsyncResult asyncResult) +188
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
   System.Web.Mvc.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +38
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
   System.Web.Mvc.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState) +43
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +668
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +175


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0