Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. ---------------------------
  2. Sorry, we crashed
  3. ---------------------------
  4. System.ArgumentException: "DG.DOTweenEditor" не является допустимым значением для свойства "Name".
  5.  
  6. в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  7.  
  8. в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
  9.  
  10. в System.Windows.FrameworkElement.set_Name(String value)
  11.  
  12. в ICSharpCode.ILSpy.SelectMethodForm.processAssembly()
  13.  
  14. в ICSharpCode.ILSpy.SelectMethodForm.ProcessModule()
  15.  
  16. в ICSharpCode.ILSpy.SelectMethodForm..ctor(AssemblyDefinition assembly)
  17.  
  18. в ICSharpCode.ILSpy.EditInstructionForm.Button_Click_2(Object sender, RoutedEventArgs e)
  19.  
  20. в System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  21.  
  22. в System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  23.  
  24. в System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  25.  
  26. в System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  27.  
  28. в System.Windows.Controls.Primitives.ButtonBase.OnClick()
  29.  
  30. в System.Windows.Controls.Button.OnClick()
  31.  
  32. в System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  33.  
  34. в System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
  35.  
  36. в System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  37.  
  38. в System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  39.  
  40. в System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  41.  
  42. в System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  43.  
  44. в System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  45.  
  46. в System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  47.  
  48. в System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  49.  
  50. в System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  51.  
  52. в System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  53.  
  54. в System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  55.  
  56. в System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  57.  
  58. в System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  59.  
  60. в System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  61.  
  62. в System.Windows.Input.InputManager.ProcessStagingArea()
  63.  
  64. в System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  65.  
  66. в System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  67.  
  68. в System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  69.  
  70. в System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  71.  
  72. в System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  73.  
  74. в MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  75.  
  76. в MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  77.  
  78. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  79.  
  80. в MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  81. ---------------------------
  82. ОК
  83. ---------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement