Advertisement
Gumpshen

Untitled

Oct 17th, 2019
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. [ArgumentNullException: Value cannot be null.
  2. Parameter name: value]
  3. System.Security.Claims.Claim..ctor(String type, String value, String valueType, String issuer, String originalIssuer, ClaimsIdentity subject, String propertyKey, String propertyValue) +13901792
  4. System.Security.Claims.Claim..ctor(String type, String value) +64
  5. Microsoft.AspNet.Identity.<CreateAsync>d__0.MoveNext() +988
  6. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  7. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  8. Abp.Authorization.Users.<CreateIdentityAsync>d__40.MoveNext() +272
  9. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  10. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  11. Abp.Authorization.<CreateLoginResultAsync>d__38.MoveNext() +1286
  12. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  13. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  14. Abp.Authorization.<LoginAsyncInternal>d__35.MoveNext() +3819
  15. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  16. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  17. Abp.Authorization.<LoginAsync>d__34.MoveNext() +299
  18. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  19. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  20. Abp.Threading.<AwaitTaskWithPostActionAndFinallyAndGetResult>d__5`1.MoveNext() +680
  21. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  22. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  23. System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() +32
  24. Ultra.Web.Controllers.<GetLoginResultAsync>d__34.MoveNext() in C:\Work\Ultra\trunk\src\Ultra.Web\Controllers\AccountController.cs:252
  25. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  26. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  27. System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() +32
  28. Ultra.Web.Controllers.<Login>d__33.MoveNext() in C:\Work\Ultra\trunk\src\Ultra.Web\Controllers\AccountController.cs:231
  29. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  30. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  31. System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult) +92
  32. System.Web.Mvc.Async.<>c__DisplayClass37.<BeginInvokeAsynchronousActionMethod>b__36(IAsyncResult asyncResult) +22
  33. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +42
  34. System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +72
  35. System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
  36. System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
  37. System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
  38. System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
  39. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
  40. System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +38
  41. System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188
  42. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
  43. System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32
  44. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
  45. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
  46. Castle.DynamicProxy.AbstractInvocation.Proceed() +106
  47. Castle.DynamicProxy.AbstractInvocation.Proceed() +452
  48. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39
  49. Castle.Proxies.AccountControllerProxy.EndExecute_callback(IAsyncResult asyncResult) +38
  50. Castle.DynamicProxy.AbstractInvocation.Proceed() +106
  51. Castle.DynamicProxy.AbstractInvocation.Proceed() +452
  52. System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46
  53. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
  54. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
  55. System.Web.CallHandlerExecutionStep.InvokeEndHandler(IAsyncResult ar) +241
  56. System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +172
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement