Advertisement
Guest User

Untitled

a guest
Sep 10th, 2011
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Server Error in '/' Application.
  2. Operation is not valid due to the current state of the object.
  3. 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.
  4.  
  5. Exception Details: System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException: Operation is not valid due to the current state of the object.
  6.  
  7. Source Error:
  8.  
  9. 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.
  10.  
  11. Stack Trace:
  12.  
  13. [ForeignKeyReferenceAlreadyHasValueException: Operation is not valid due to the current state of the object.]
  14. ZkData.Account.set_FactionID(Nullable`1 value) +168
  15. ZeroKWeb.Controllers.PlanetwarsController.LeaveFaction() in c:\work\zk\other\Zero-K.info\Controllers\PlanetwarsController.cs:379
  16. lambda_method(Closure , ControllerBase , Object[] ) +62
  17. System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
  18. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +208
  19. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
  20. System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +55
  21. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +263
  22. System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +19
  23. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +191
  24. System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +343
  25. System.Web.Mvc.Controller.ExecuteCore() +116
  26. System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +97
  27. System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
  28. System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37
  29. System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
  30. System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
  31. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
  32. System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +50
  33. System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7
  34. System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +22
  35. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +60
  36. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  37. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8836913
  38. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
  39.  
  40.  
  41. 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