MissingMethodException occurs when query bitmex market depth data from local storage
S#.Data (Hydra) 5/20/2020 11:55:06 AM +08:00 Error System.MissingMethodException: Method not found: 'Void StockSharp.Xaml.MarketDepthControl.UpdateDepth(StockSharp.Messages.QuoteChangeMessage, StockSharp.BusinessEntities.Security)'.
at StockSharp.Hydra.Panes.DepthPane.DisplayDepth()
at StockSharp.Hydra.Panes.DepthPane.<>c__DisplayClass15_0.<FindClick>b__0(QuoteChangeMessage[] items)
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
at Ecng.Xaml.XamlHelper.GuiSync(DispatcherObject obj, Action action)
at StockSharp.Hydra.Controls.ExportProgress.<>c__DisplayClass19_0`1.<Load>b__0(Object sender, DoWorkEventArgs args)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)