When I try to doublelick or drag&drop some of my OWN variable (as opposed to the system-variables) I get an IndexOutOfRange-Exception. The Error is caught withing my application but stems from StimulSoft.
Here's the stack-trace:
Code: Select all
bei Stimulsoft.Report.WpfDesign.StiWpfCodeEditor.tvData_PreviewMouseMove(Object sender, MouseEventArgs e) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report.WpfDesign\Editors\StiWpfCodeEditor.xaml.cs:Zeile 340.
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
bei System.Windows.Input.InputManager.ProcessStagingArea()
bei System.Windows.Input.MouseDevice.Synchronize()
bei System.Windows.Input.InputManager.HitTestInvalidatedAsyncCallback(Object arg)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Cheers,
Pascal