Guest User

Speckle Dynamosandbox error

a guest
Jul 9th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
  2.  
  3. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
  4. at System.Reflection.Assembly.GetTypes()
  5. at SpeckleCore.SpeckleKitLoader.LoadSpeckleReferencingAssemblies(IEnumerable`1 loadedAssemblies)
  6. at SpeckleCore.SpeckleKitLoader.GetAvailableAssemblies()
  7. at System.Lazy`1.CreateValue()
  8. at System.Lazy`1.LazyInitValue()
  9. at SpeckleCore.SpeckleInitializer.Initialize(String pathToKits)
  10. at SpeckleDynamo.Sender..ctor() in C:\projects\speckledynamo\SpeckleDynamo\Sender.cs:line 84
  11. at lambda_method(Closure )
  12. at Dynamo.Wpf.ViewModels.NodeSearchElementViewModel.OnClicked()
  13. at Dynamo.UI.Controls.InCanvasSearchControl.ExecuteSearchElement(ListBoxItem listBoxItem)
  14. at Dynamo.UI.Controls.InCanvasSearchControl.OnInCanvasSearchKeyDown(Object sender, KeyEventArgs 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.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
  24. at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
  25. at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
  26. at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
  27. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  28. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  29. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  30. at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
  31. at System.Windows.Interop.HwndSource.OnPreprocessMessageThunk(MSG& msg, Boolean& handled)
  32. at System.Windows.Interop.ThreadMessageEventHandler.Invoke(MSG& msg, Boolean& handled)
  33. at System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(MSG& msg)
  34. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  35. at System.Windows.Application.RunDispatcher(Object ignore)
  36. at System.Windows.Application.RunInternal(Window window)
  37. at DynamoSandbox.DynamoCoreSetup.RunApplication(Application app)
Add Comment
Please, Sign In to add comment