Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [SqlException (0x80131904): L'istruzione INSERT è in conflitto con il vincolo FOREIGN KEY "FK_dbo.AbpSettings_dbo.AbpUsers_UserId". Il conflitto si è verificato nella tabella "dbo.AbpUsers", column 'Id' del database "db_POWP".
- L'istruzione è stata interrotta.]
- System.Data.SqlClient.<>c.<ExecuteDbDataReaderAsync>b__167_0(Task`1 result) +867314
- System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() +77
- System.Threading.Tasks.Task.Execute() +49
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- System.Data.Entity.Core.Mapping.Update.Internal.<ExecuteAsync>d__0.MoveNext() +691
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- System.Data.Entity.Core.Mapping.Update.Internal.<UpdateAsync>d__0.MoveNext() +424
- [UpdateException: An error occurred while updating the entries. See the inner exception for details.]
- System.Data.Entity.Core.Mapping.Update.Internal.<UpdateAsync>d__0.MoveNext() +647
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- System.Data.Entity.Core.Objects.<ExecuteInTransactionAsync>d__3d`1.MoveNext() +751
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- System.Data.Entity.Core.Objects.<SaveChangesToStoreAsync>d__39.MoveNext() +384
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- System.Data.Entity.SqlServer.<ExecuteAsyncImplementation>d__9`1.MoveNext() +355
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- System.Data.Entity.Core.Objects.<SaveChangesInternalAsync>d__31.MoveNext() +809
- [DbUpdateException: An error occurred while updating the entries. See the inner exception for details.]
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Abp.EntityFramework.<SaveChangesAsync>d__46.MoveNext() +202
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Abp.EntityFramework.Uow.<SaveChangesInDbContextAsync>d__19.MoveNext() +151
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Abp.EntityFramework.Uow.<SaveChangesAsync>d__12.MoveNext() +279
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Abp.Configuration.<CreateAsync>d__6.MoveNext() +566
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Abp.Threading.<AwaitTaskWithPostActionAndFinally>d__1.MoveNext() +442
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Abp.Configuration.<InsertOrUpdateOrDeleteSettingValueAsync>d__32.MoveNext() +1367
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Abp.Configuration.<ChangeSettingForUserAsync>d__30.MoveNext() +235
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Nito.AsyncEx.<>c__DisplayClass15_0.<Run>b__0(Task t) +80
- System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke() +52
- System.Threading.Tasks.Task.Execute() +49
- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +92
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +58
- Nito.AsyncEx.AsyncContext.Run(Func`1 action) +201
- Abp.Configuration.SettingManagerExtensions.ChangeSettingForUser(ISettingManager settingManager, UserIdentifier user, String name, String value) +93
- Abp.Web.Localization.CurrentCultureSetter.SetCurrentCulture(HttpContext httpContext) +190
- Abp.Web.AbpWebApplication`1.<SetCurrentCulture>b__12_0(ICurrentCultureSetter cultureSetter) +24
- Abp.Dependency.IocResolverExtensions.Using(IIocResolver iocResolver, Action`1 action) +113
- Abp.Web.AbpWebApplication`1.SetCurrentCulture() +84
- Abp.Web.AbpWebApplication`1.Application_PostAuthenticateRequest(Object sender, EventArgs e) +10
- System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +141
- System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Add Comment
Please, Sign In to add comment