Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
  2. в Taxi.Dispatcher.Desktop.Model.ComplaintToolTipItem.<>c__DisplayClass13_0.<IsSatisfiedBy>b__0(String s) в C:\TeamCity\buildAgent\work\859d89a7202038d3\Sources\Taxi\Taxi.Dispatcher.Desktop\Model\ComplaintTooltipItem.cs:строка 89
  3. в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
  4. в Taxi.Dispatcher.Desktop.Model.ComplaintToolTipItem.IsSatisfiedBy(String search) в C:\TeamCity\buildAgent\work\859d89a7202038d3\Sources\Taxi\Taxi.Dispatcher.Desktop\Model\ComplaintTooltipItem.cs:строка 89
  5. в Taxi.Dispatcher.Desktop.Common.MarkupExtensions.DefaultFilter.ComplaintToolTipItemFilter(String search, Object obj) в C:\TeamCity\buildAgent\work\859d89a7202038d3\Sources\Taxi\Taxi.Dispatcher.Desktop\Common\MarkupExtensions\DefaultFilter.cs:строка 63
  6. в System.Windows.Controls.AutoCompleteBox.RefreshView()
  7. в System.Windows.Controls.AutoCompleteBox.PopulateComplete()
  8. в System.Windows.Controls.AutoCompleteBox.PopulateDropDown(Object sender, EventArgs e)
  9. в System.Windows.Controls.AutoCompleteBox.TextUpdated(String newText, Boolean userInitiated)
  10. в System.Windows.Controls.AutoCompleteBox.OnTextBoxTextChanged(Object sender, TextChangedEventArgs e)
  11. в System.Windows.Controls.TextChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  12. в System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  13. в System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  14. в System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  15. в System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  16. в System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  17. в System.Windows.Controls.Primitives.TextBoxBase.OnTextChanged(TextChangedEventArgs e)
  18. в System.Windows.Controls.Primitives.TextBoxBase.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
  19. в System.Windows.Controls.TextBox.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
  20. в System.Windows.Documents.TextContainerChangedEventHandler.Invoke(Object sender, TextContainerChangedEventArgs e)
  21. в System.Windows.Documents.TextContainer.EndChange(Boolean skipEvents)
  22. в System.Windows.Documents.TextContainer.System.Windows.Documents.ITextContainer.EndChange(Boolean skipEvents)
  23. в System.Windows.Documents.TextRangeBase.EndChange(ITextRange thisRange, Boolean disableScroll, Boolean skipEvents)
  24. в System.Windows.Documents.TextRange.System.Windows.Documents.ITextRange.EndChange(Boolean disableScroll, Boolean skipEvents)
  25. в System.Windows.Documents.TextRange.ChangeBlock.System.IDisposable.Dispose()
  26. в System.Windows.Documents.TextEditorTyping.DoTextInput(TextEditor This, String textData, Boolean isInsertKeyToggled, Boolean acceptControlCharacters)
  27. в System.Windows.Documents.TextEditorTyping.TextInputItem.Do()
  28. в System.Windows.Documents.TextEditorTyping.ScheduleInput(TextEditor This, InputItem item)
  29. в System.Windows.Documents.TextEditorTyping.OnTextInput(Object sender, TextCompositionEventArgs e)
  30. в System.Windows.Controls.Primitives.TextBoxBase.OnTextInput(TextCompositionEventArgs e)
  31. в System.Windows.UIElement.OnTextInputThunk(Object sender, TextCompositionEventArgs e)
  32. в System.Windows.Input.TextCompositionEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  33. в System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  34. в System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  35. в System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  36. в System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  37. в System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  38. в System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  39. в System.Windows.Input.InputManager.ProcessStagingArea()
  40. в System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  41. в System.Windows.Input.TextCompositionManager.UnsafeCompleteComposition(TextComposition composition)
  42. в System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
  43. в System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
  44. в System.Windows.Input.InputManager.ProcessStagingArea()
  45. в System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  46. в System.Windows.Input.TextCompositionManager.UnsafeStartComposition(TextComposition composition)
  47. в System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
  48. в System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
  49. в System.Windows.Input.InputManager.ProcessStagingArea()
  50. в System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  51. в System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  52. в System.Windows.Interop.HwndKeyboardInputProvider.ProcessTextInputAction(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  53. в System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
  54. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  55. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement