Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. Object reference not set to an instance of an object.
  2. at lambda_method(Closure , StoreBalance )
  3. at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
  4. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  5. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  6. at SUPO.Domain.RelocationService.GetInventoryOnPlace(IQueryable`1 query, PersonAccount account)
  7. at SUPO.ViewModel.ChildViewModel.PersonsEvictConfirmationViewModel.Apply(Object obj)
  8. at Microsoft.Expression.Interactivity.Core.ActionCommand.Execute(Object parameter)
  9. at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
  10. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  11. at System.Windows.Controls.Button.OnClick()
  12. at Telerik.Windows.Controls.RadButton.OnClick()
  13. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  14. at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
  15. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  16. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  17. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  18. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  19. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  20. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  21. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  22. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  23. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  24. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  25. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  26. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  27. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  28. at System.Windows.Input.InputManager.ProcessStagingArea()
  29. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  30. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  31. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  32. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  33. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  34. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  35. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  36. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  37. at 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