Advertisement
Guest User

Speckle Dynamo Error

a guest
Jul 9th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. Attempted to access an element as a type incompatible with the array.
  2.  
  3. at System.Collections.Generic.List`1.Add(T item)
  4. at SpeckleDynamoExtension.SenderViewModel.Send_Click(Object sender, RoutedEventArgs e) in C:\projects\speckledynamo\SpeckleDynamoExtension\ViewModels\SenderViewModel.cs:line 112
  5. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  6. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  7. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  8. at System.Windows.Controls.Button.OnClick()
  9. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  10. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  11. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  12. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  13. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  14. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  15. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  16. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  17. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  18. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  19. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  20. at System.Windows.Input.InputManager.ProcessStagingArea()
  21. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  22. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  23. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  24. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  27. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  28. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  29. 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