Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.ArgumentException: newFoldings must be sorted by start offset
  6. at ICSharpCode.AvalonEdit.Folding.FoldingManager.UpdateFoldings(IEnumerable`1 newFoldings, Int32 firstErrorOffset) in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.ExtLibs\HeuristicLab.AvalonEdit\5.0.1\AvalonEdit-5.0.1\Folding\FoldingManager.cs:line 258
  7. at HeuristicLab.CodeEditor.CodeFoldingStrategy.DoCodeFolding() in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.CodeEditor\3.4\LanguageFeatures\CodeFolding\CodeFoldingStrategy.cs:line 37
  8. at System.EventHandler.Invoke(Object sender, EventArgs e)
  9. at ICSharpCode.AvalonEdit.TextEditor.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e) in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.ExtLibs\HeuristicLab.AvalonEdit\5.0.1\AvalonEdit-5.0.1\TextEditor.cs:line 213
  10. at System.Windows.WeakEventManager.ListenerList.DeliverEvent(Listener& listener, Object sender, EventArgs args, Type managerType)
  11. at System.Windows.WeakEventManager.ListenerList.DeliverEvent(Object sender, EventArgs args, Type managerType)
  12. at System.Windows.WeakEventManager.DeliverEventToList(Object sender, EventArgs args, ListenerList list)
  13. at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
  14. at System.EventHandler.Invoke(Object sender, EventArgs e)
  15. at ICSharpCode.AvalonEdit.Document.TextDocument.FireChangeEvents() in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.ExtLibs\HeuristicLab.AvalonEdit\5.0.1\AvalonEdit-5.0.1\Document\TextDocument.cs:line 523
  16. at ICSharpCode.AvalonEdit.Document.TextDocument.EndUpdate() in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.ExtLibs\HeuristicLab.AvalonEdit\5.0.1\AvalonEdit-5.0.1\Document\TextDocument.cs:line 471
  17. at ICSharpCode.AvalonEdit.Utils.CallbackOnDispose.Dispose() in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.ExtLibs\HeuristicLab.AvalonEdit\5.0.1\AvalonEdit-5.0.1\Utils\CallbackOnDispose.cs:line 47
  18. at ICSharpCode.AvalonEdit.Editing.SimpleSelection.ReplaceSelectionWithText(String newText) in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.ExtLibs\HeuristicLab.AvalonEdit\5.0.1\AvalonEdit-5.0.1\Editing\SimpleSelection.cs:line 91
  19. at ICSharpCode.AvalonEdit.Editing.EditingCommandHandler.OnPaste(Object target, ExecutedRoutedEventArgs args) in c:\Users\P40913\Projects\HeuristicLab\branches\CodeEditor\HeuristicLab.ExtLibs\HeuristicLab.AvalonEdit\5.0.1\AvalonEdit-5.0.1\Editing\EditingCommandHandler.cs:line 471
  20. at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
  21. at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
  22. at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  23. at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  24. at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
  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.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  29. at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
  30. at System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs)
  31. at System.Windows.UIElement.OnKeyDownThunk(Object sender, KeyEventArgs e)
  32. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  33. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  34. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  35. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  36. at System.Windows.Input.InputManager.ProcessStagingArea()
  37. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  38. at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
  39. at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
  40. at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
  41. at System.Windows.Forms.Integration.ElementHost.ProcessCmdKey(Message& msg, Keys keyData)
  42. at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
  43. at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
  44. at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement