Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 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
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. Server Error in '/' Application.
  68.  
  69. A potentially dangerous Request.Form value was detected from the client (text="...ayClass15.<InvokeActionMethodW...").
  70.  
  71. Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. To allow pages to override application request validation settings, set the requestValidationMode attribute in the httpRuntime configuration section to requestValidationMode="2.0". Example: <httpRuntime requestValidationMode="2.0" />. After setting this value, you can then disable request validation by setting validateRequest="false" in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. For more information, see http://go.microsoft.com/fwlink/?LinkId=153133.
  72.  
  73. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (text="...ayClass15.<InvokeActionMethodW...").
  74.  
  75. Source Error:
  76.  
  77. 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.
  78.  
  79. Stack Trace:
  80.  
  81.  
  82. [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (text="...ayClass15.<InvokeActionMethodW...").]
  83. System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +8730676
  84. Microsoft.Web.Infrastructure.DynamicValidationHelper.<>c__DisplayClass12.<ReplaceCollection>b__d(String value, String key) +79
  85. Microsoft.Web.Infrastructure.DynamicValidationHelper.LazilyEvaluatedNameObjectEntry.ValidateObject() +89
  86. Microsoft.Web.Infrastructure.DynamicValidationHelper.LazilyValidatingHashtable.get_Item(Object key) +54
  87. System.Collections.Specialized.NameObjectCollectionBase.FindEntry(String key) +20
  88. System.Collections.Specialized.NameValueCollection.GetValues(String name) +8
  89. System.Web.Mvc.ValueProviderResultPlaceholder.GetResultFromCollection(String key, NameValueCollection collection, CultureInfo culture) +20
  90. System.Web.Mvc.<>c__DisplayClass4.<.ctor>b__0() +16
  91. System.Lazy`1.CreateValue() +361
  92. System.Lazy`1.LazyInitValue() +9591042
  93. System.Lazy`1.get_Value() +89
  94. System.Web.Mvc.NameValueCollectionValueProvider.GetValue(String key, Boolean skipValidation) +68
  95. System.Web.Mvc.ValueProviderCollection.GetValueFromProvider(IValueProvider provider, String key, Boolean skipValidation) +55
  96. System.Web.Mvc.<>c__DisplayClass9.<GetValue>b__4(IValueProvider provider) +33
  97. System.Linq.WhereSelectEnumerableIterator`2.MoveNext() +151
  98. System.Linq.WhereSelectEnumerableIterator`2.MoveNext() +177
  99. System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source) +4187840
  100. System.Web.Mvc.ValueProviderCollection.GetValue(String key, Boolean skipValidation) +272
  101. System.Web.Mvc.DefaultModelBinder.BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext) +385
  102. System.Web.Mvc.ControllerActionInvoker.GetParameterValue(ControllerContext controllerContext, ParameterDescriptor parameterDescriptor) +317
  103. System.Web.Mvc.ControllerActionInvoker.GetParameterValues(ControllerContext controllerContext, ActionDescriptor actionDescriptor) +117
  104. System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +343
  105. System.Web.Mvc.Controller.ExecuteCore() +116
  106. System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +97
  107. System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
  108. System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37
  109. System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
  110. System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
  111. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
  112. System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +50
  113. System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7
  114. System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +22
  115. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +60
  116. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  117. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8836913
  118. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement