Advertisement
Guest User

error in zero-k

a guest
Sep 12th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Account_Faction". The conflict occurred in database "zero-k", table "dbo.Faction", column 'FactionID'.
  2. The statement has been terminated.
  3.  
  4. 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.
  5.  
  6. Exception Details: System.Data.SqlClient.SqlException: The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Account_Faction". The conflict occurred in database "zero-k", table "dbo.Faction", column 'FactionID'.
  7. The statement has been terminated.
  8.  
  9. Source Error:
  10.  
  11. 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.
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [SqlException (0x80131904): The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Account_Faction". The conflict occurred in database "zero-k", table "dbo.Faction", column 'FactionID'.
  17. The statement has been terminated.]
  18. System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +2030802
  19. System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +5009584
  20. System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +234
  21. System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2275
  22. System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +215
  23. System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +987
  24. System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
  25. System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +178
  26. System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137
  27. System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) +316
  28. System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) +113
  29. System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +344
  30. System.Data.Linq.StandardChangeDirector.DynamicUpdate(TrackedObject item) +83
  31. System.Data.Linq.StandardChangeDirector.Update(TrackedObject item) +232
  32. System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) +644
  33. System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) +479
  34. System.Data.Linq.DataContext.SubmitChanges() +23
  35. ZeroKWeb.Controllers.PlanetwarsController.SubmitCreateClan(Clan clan, HttpPostedFileBase image, HttpPostedFileBase bgimage) in C:\Games\zero-k\other\Zero-K.info\Controllers\PlanetwarsController.cs:798
  36. lambda_method(Closure , ControllerBase , Object[] ) +209
  37. System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
  38. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +208
  39. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
  40. System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +55
  41. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +263
  42. System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +19
  43. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +191
  44. System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +343
  45. System.Web.Mvc.Controller.ExecuteCore() +116
  46. System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +97
  47. System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
  48. System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37
  49. System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
  50. System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
  51. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
  52. System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +50
  53. System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7
  54. System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +22
  55. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +60
  56. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  57. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8836913
  58. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
  59.  
  60. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement