Guest User

Untitled

a guest
May 15th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.56 KB | None | 0 0
  1. Specified method is not supported.
  2.  
  3. at MS.Internal.PrintWin32Thunk.XpsPrintJobStream.Seek(Int64 offset, SeekOrigin origin)
  4. at System.Printing.PrintQueueStream.Seek(Int64 offset, SeekOrigin origin)
  5. at System.IO.Compression.ZipArchive.WriteFile()
  6. at System.IO.Compression.ZipArchive.Dispose(Boolean disposing)
  7. at System.IO.Compression.ZipArchive.Dispose()
  8. at System.IO.Packaging.ZipPackage.Dispose(Boolean disposing)
  9. at System.IO.Packaging.Package.System.IDisposable.Dispose()
  10. at System.IO.Packaging.Package.Close()
  11. at System.Windows.Xps.Packaging.XpsDocument.DisposeXpsDocument()
  12. at System.Printing.PrintQueue.DisposeSerializationManager(Boolean abort)
  13. at System.Windows.Xps.XpsDocumentWriter.EndWrite(Boolean disposeManager, Boolean abort)
  14. at System.Windows.Xps.XpsDocumentWriter.SaveAsXaml(Object serializedObject, Boolean isSync)
  15. at System.Windows.Xps.XpsDocumentWriter.Write(DocumentPaginator documentPaginator, PrintTicket printTicket)
  16. at System.Windows.Controls.PrintDialog.PrintDocument(DocumentPaginator documentPaginator, String description)
  17. at Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.PrintDocument()
  18. at Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.OnPrintExecuted(Object sender, ExecutedRoutedEventArgs e)
  19. at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
  20. at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  21. at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  22. at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
  23. at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
  24. at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
  25. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  26. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  27. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  28. at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
  29. at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
  30. at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
  31. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  32. at System.Windows.Controls.Button.OnClick()
  33. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  34. at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
  35. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  36. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  37. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  38. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  39. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  40. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  41. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  42. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  43. at System.Windows.Input.InputManager.ProcessStagingArea()
  44. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  45. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  46. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  47. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  48. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  49. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  50. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  51. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  52. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  53. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  54. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  55. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  56. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  57. at System.Windows.Window.ShowHelper(Object booleanBox)
  58. at System.Windows.Window.Show()
  59. at System.Windows.Window.ShowDialog()
  60. at EstimateBuilder.Wrapper.LetterEditorDialogWrapper.ShowDialog() in <REDACTED>LetterEditorDialogWrapper.cs:line 27
  61. at EstimateBuilder.Commands.OpenEstimateLetterEditorCommand.Execute(Object parameter) in <REDACTED>OpenEstimateLetterEditorCommand.cs:line 54
  62. at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
  63. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  64. at System.Windows.Controls.Button.OnClick()
  65. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  66. at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
  67. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  68. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  69. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  70. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  71. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  72. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  73. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  74. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  75. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  76. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  77. at System.Windows.Input.InputManager.ProcessStagingArea()
  78. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  79. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  80. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  81. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  82. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  83. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  84. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  85. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  86. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  87. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  88. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  89. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  90. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  91. at System.Windows.Threading.Dispatcher.Run()
  92. at System.Windows.Application.RunDispatcher(Object ignore)
  93. at System.Windows.Application.RunInternal(Window window)
  94. at System.Windows.Application.Run()
  95. at EstimateBuilder.App.Main()"
Add Comment
Please, Sign In to add comment