Guest User

Untitled

a guest
Apr 19th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1. System.NullReferenceException
  2. HResult=0x80004003
  3. Message=Object reference not set to an instance of an object.
  4. Source=Syncfusion.SfRichTextBoxAdv.WPF
  5. StackTrace:
  6. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.TableAdv.Contains(Syncfusion.Windows.Controls.RichTextBoxAdv.TableCellAdv tableCell) Unknown
  7. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.SelectionAdv.GetTable(Syncfusion.Windows.Controls.RichTextBoxAdv.TextPosition startPosition, Syncfusion.Windows.Controls.RichTextBoxAdv.TextPosition endPosition) Unknown
  8. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.SelectionAdv.RetrieveTableFormat(Syncfusion.Windows.Controls.RichTextBoxAdv.TextPosition start, Syncfusion.Windows.Controls.RichTextBoxAdv.TextPosition end) Unknown
  9. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.SelectionAdv.RetrieveCurrentFormatProperties() Unknown
  10. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.SelectionAdv.FireSelectionChanged(bool isSelectionChanged) Unknown
  11. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.SelectionAdv.MoveTextPosition(System.Windows.Point cursorPoint, bool clearMultiSelection, Syncfusion.Windows.Controls.RichTextBoxAdv.TextPosition textPosition) Unknown
  12. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.LayoutViewer.OnMouseMoveInternal(System.Windows.Input.MouseEventArgs e) Unknown
  13. Syncfusion.SfRichTextBoxAdv.WPF.dll!Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.OnMouseMove(System.Windows.Input.MouseEventArgs e) Unknown
  14. PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) Unknown
  15. PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised) Unknown
  16. PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) Unknown
  17. PresentationCore.dll!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs args) Unknown
  18. PresentationCore.dll!System.Windows.Input.InputManager.ProcessStagingArea() Unknown
  19. PresentationCore.dll!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport) Unknown
  20. PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, int timestamp, System.Windows.Input.RawMouseActions actions, int x, int y, int wheel) Unknown
  21. PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
  22. PresentationCore.dll!System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
  23. WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
  24. WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Unknown
  25. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown
  26. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown
  27. WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown
  28. WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown
  29. [Native to Managed Transition]
  30. [Managed to Native Transition]
  31. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown
  32. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) Unknown
  33. PresentationFramework.dll!System.Windows.Window.ShowHelper(object booleanBox) Unknown
  34. PresentationFramework.dll!System.Windows.Window.Show() Unknown
  35. PresentationFramework.dll!System.Windows.Window.ShowDialog() Unknown
  36. > Estimaker.dll!EstimateBuilder.Wrapper.LetterEditorDialogWrapper.ShowDialog() Line 27 C#
  37. Estimaker.dll!EstimateBuilder.Commands.OpenEstimateLetterEditorCommand.Execute(object parameter) Line 54 C#
  38. PresentationFramework.dll!MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource commandSource, bool userInitiated) Unknown
  39. PresentationFramework.dll!System.Windows.Controls.Primitives.ButtonBase.OnClick() Unknown
  40. PresentationFramework.dll!System.Windows.Controls.Button.OnClick() Unknown
  41. PresentationFramework.dll!System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs e) Unknown
  42. PresentationCore.dll!System.Windows.UIElement.OnMouseLeftButtonUpThunk(object sender, System.Windows.Input.MouseButtonEventArgs e) Unknown
  43. PresentationCore.dll!System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate genericHandler, object genericTarget) Unknown
  44. PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) Unknown
  45. PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised) Unknown
  46. PresentationCore.dll!System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args, System.Windows.RoutedEvent newEvent) Unknown
  47. PresentationCore.dll!System.Windows.UIElement.OnMouseUpThunk(object sender, System.Windows.Input.MouseButtonEventArgs e) Unknown
  48. PresentationCore.dll!System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate genericHandler, object genericTarget) Unknown
  49. PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) Unknown
  50. PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised) Unknown
  51. PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) Unknown
  52. PresentationCore.dll!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs args) Unknown
  53. PresentationCore.dll!System.Windows.Input.InputManager.ProcessStagingArea() Unknown
  54. PresentationCore.dll!System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs input) Unknown
  55. PresentationCore.dll!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport) Unknown
  56. PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, int timestamp, System.Windows.Input.RawMouseActions actions, int x, int y, int wheel) Unknown
  57. PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
  58. PresentationCore.dll!System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
  59. WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown
  60. WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Unknown
  61. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown
  62. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown
  63. WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown
  64. WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown
  65. [Native to Managed Transition]
  66. [Managed to Native Transition]
  67. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown
  68. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) Unknown
  69. WindowsBase.dll!System.Windows.Threading.Dispatcher.Run() Unknown
  70. PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore) Unknown
  71. PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) Unknown
  72. PresentationFramework.dll!System.Windows.Application.Run() Unknown
  73. Estimaker.dll!EstimateBuilder.App.Main() Unknown
Advertisement
Add Comment
Please, Sign In to add comment