Topic: FSB Pro Beta 1 Preview Error
This Occurred when I stopped the generator
The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at ForexStrategyBuilder.Core.Generator.GeneratorService.A(SlotTypes A, GeneratorDbRecord B) in File6-line 126 at ForexStrategyBuilder.Core.Generator.GeneratorService.Stop() in File10-line 113 at ForexStrategyBuilder.Presentation.Presenters.GeneratorPagePresenter.B() in File534-line 499 at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
Second Instance
************** Exception Text **************
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at ForexStrategyBuilder.Core.Generator.GeneratorService.A(SlotTypes A, GeneratorDbRecord B) in File6:line 126
at ForexStrategyBuilder.Core.Generator.GeneratorService.Stop() in File10:line 113
at ForexStrategyBuilder.Presentation.Presenters.GeneratorPagePresenter.B() in File534:line 499
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)