Advertisement
Guest User

Untitled

a guest
Jul 17th, 2013
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.13 KB | None | 0 0
  1. [TaskCanceledException: A task was canceled.]
  2. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +10697411
  3. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +52
  4. System.Runtime.CompilerServices.ConfiguredTaskAwaiter.GetResult() +24
  5. Website.DAL.<GetAll>d__0.MoveNext() in c:\Users\mosullivan\Desktop\OriginsDocumentDelivery\OriginsDocumentPortal\Website\DAL\DocumentRepository.cs:42
  6. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +22
  7. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +10697383
  8. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +52
  9. System.Runtime.CompilerServices.ConfiguredTaskAwaiter.GetResult() +24
  10. Website.Controllers.<GetAll>d__0.MoveNext() in c:\Users\mosullivan\Desktop\OriginsDocumentDelivery\OriginsDocumentPortal\Website\Controllers\DocumentController.cs:27
  11. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +22
  12. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +10697383
  13. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +52
  14. lambda_method(Closure , Task ) +23
  15. System.Threading.Tasks.TaskHelpersExtensions.ThrowIfFaulted(Task task) +33
  16. System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult) +68
  17. System.Web.Mvc.Async.<>c__DisplayClass3f.<BeginInvokeAsynchronousActionMethod>b__3e(IAsyncResult asyncResult) +16
  18. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
  19. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +32
  20. System.Web.Mvc.Async.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33() +58
  21. System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +225
  22. System.Web.Mvc.Async.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult) +10
  23. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
  24. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34
  25. System.Web.Mvc.Async.<>c__DisplayClass2a.<BeginInvokeAction>b__20() +24
  26. System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +99
  27. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
  28. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27
  29. System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +14
  30. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  31. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  32. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +39
  33. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  34. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  35. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +29
  36. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
  37. System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25
  38. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  39. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  40. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +31
  41. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  42. System.Web.Mvc.<>c__DisplayClassa.<EndProcessRequest>b__9() +22
  43. System.Web.Mvc.<>c__DisplayClass4.<Wrap>b__3() +10
  44. System.Web.Mvc.ServerExecuteHttpHandlerWrapper.Wrap(Func`1 func) +27
  45. System.Web.Mvc.ServerExecuteHttpHandlerWrapper.Wrap(Action action) +64
  46. System.Web.Mvc.ServerExecuteHttpHandlerAsyncWrapper.EndProcessRequest(IAsyncResult result) +71
  47. System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +1464
  48.  
  49. [HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.]
  50. System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +3129755
  51. System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage) +76
  52. System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) +28
  53. System.Web.HttpServerUtilityWrapper.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) +19
  54. System.Web.Mvc.Html.ChildActionExtensions.ActionHelper(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues, TextWriter textWriter) +464
  55. System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues) +83
  56. System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName) +11
  57. ASP._Page_Views_Portal_Index_cshtml.Execute() +2782
  58. System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +197
  59. System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +103
  60. System.Web.WebPages.StartPage.RunPage() +17
  61. System.Web.WebPages.StartPage.ExecutePageHierarchy() +62
  62. System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +76
  63. System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +235
  64. System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +107
  65. System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +291
  66. System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13
  67. System.Web.Mvc.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17() +23
  68. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +245
  69. System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +22
  70. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +176
  71. System.Web.Mvc.Async.<>c__DisplayClass2a.<BeginInvokeAction>b__20() +75
  72. System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +99
  73. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50
  74. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27
  75. System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +14
  76. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  77. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  78. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +39
  79. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  80. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  81. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +29
  82. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
  83. System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25
  84. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  85. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  86. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +31
  87. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  88. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9634212
  89. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement