Advertisement
Guest User

AlanJudenMvcReportViewerDotNetCore

a guest
Jun 19th, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 7.69 KB | None | 0 0
  1. fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[0]
  2.       An unhandled exception has occurred: One or more errors occurred. (Operation is not supported on this platform.)
  3. System.AggregateException: One or more errors occurred. (Operation is not supported on this platform.) ---> System.PlatformNotSupportedException: Operation is not supported on this platform.
  4.    at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
  5.    at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
  6.    at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
  7.    at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResult asyncResult)
  8.    --- End of inner exception stack trace ---
  9.    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  10.    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  11.    at AlanJuden.MvcReportViewer.ReportServiceHelpers.GetReportParameters(ReportViewerModel model, Boolean forRendering) in /home/bojan/Desktop/MvcReportViewer-master (1)/MvcReportViewer-master/AlanJuden.MvcReportViewer.NetCore/ReportServiceHelpers.cs:line 77
  12.    at AlanJuden.MvcReportViewer.ReportServiceHelpers.ExportReportToFormat(ReportViewerModel model, String format, Nullable`1 startPage, Nullable`1 endPage) in /home/bojan/Desktop/MvcReportViewer-master (1)/MvcReportViewer-master/AlanJuden.MvcReportViewer.NetCore/ReportServiceHelpers.cs:line 117
  13.    at AlanJuden.MvcReportViewer.ReportServiceHelpers.ExportReportToFormat(ReportViewerModel model, ReportFormats format, Nullable`1 startPage, Nullable`1 endPage) in /home/bojan/Desktop/MvcReportViewer-master (1)/MvcReportViewer-master/AlanJuden.MvcReportViewer.NetCore/ReportServiceHelpers.cs:line 112
  14.    at AlanJuden.MvcReportViewer.CoreHtmlHelpers.RenderReportViewer(IHtmlHelper helper, ReportViewerModel model, Nullable`1 startPage) in /home/bojan/Desktop/MvcReportViewer-master (1)/MvcReportViewer-master/AlanJuden.MvcReportViewer.NetCore/CoreHtmlHelpers.cs:line 18
  15.    at AspNetCore._Views_Report_ReportViewer_cshtml.<<ExecuteAsync>b__38_6>d.MoveNext() in /Views/Report/ReportViewer.cshtml:line 212
  16. --- End of stack trace from previous location where exception was thrown ---
  17.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  18.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  19.    at Microsoft.AspNetCore.Mvc.Razor.RazorPage.<RenderSectionAsyncCore>d__97.MoveNext()
  20. --- End of stack trace from previous location where exception was thrown ---
  21.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  22.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  23.    at Microsoft.AspNetCore.Mvc.Razor.RazorPage.RenderSection(String name, Boolean required)
  24.    at AspNetCore._Views_Shared__Layout_cshtml.<ExecuteAsync>d__61.MoveNext() in /Views/Shared/_Layout.cshtml:line 61
  25. --- End of stack trace from previous location where exception was thrown ---
  26.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  27.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  28.    at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageAsync>d__14.MoveNext()
  29. --- End of stack trace from previous location where exception was thrown ---
  30.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  31.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  32.    at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderLayoutAsync>d__17.MoveNext()
  33. --- End of stack trace from previous location where exception was thrown ---
  34.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  35.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  36.    at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderAsync>d__13.MoveNext()
  37. --- End of stack trace from previous location where exception was thrown ---
  38.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  39.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  40.    at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.<ExecuteAsync>d__18.MoveNext()
  41. --- End of stack trace from previous location where exception was thrown ---
  42.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  43.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  44.    at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
  45. --- End of stack trace from previous location where exception was thrown ---
  46.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  47.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  48.    at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__32.MoveNext()
  49. --- End of stack trace from previous location where exception was thrown ---
  50.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  51.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  52.    at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultFilterAsync>d__31.MoveNext()
  53. --- End of stack trace from previous location where exception was thrown ---
  54.    at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAllResultFiltersAsync>d__29.MoveNext()
  55. --- End of stack trace from previous location where exception was thrown ---
  56.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  57.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  58.    at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResourceFilterAsync>d__23.MoveNext()
  59. --- End of stack trace from previous location where exception was thrown ---
  60.    at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__18.MoveNext()
  61. --- End of stack trace from previous location where exception was thrown ---
  62.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  63.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  64.    at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
  65. --- End of stack trace from previous location where exception was thrown ---
  66.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  67.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  68.    at Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.<Invoke>d__4.MoveNext()
  69. --- End of stack trace from previous location where exception was thrown ---
  70.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  71.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  72.    at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
  73. ---> (Inner Exception #0) System.PlatformNotSupportedException: Operation is not supported on this platform.
  74.    at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
  75.    at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
  76.    at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
  77.    at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResult asyncResult)<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement