if I click Ok, there is a crash :
009-10-14 17:55:55:625 ********* exception trapped *********
2009-10-14 17:55:55:625 Key ne peut pas être null.
Nom du paramètre : key
2009-10-14 17:55:55:625 à System.Collections.Hashtable.get_Item(Object key)
à NinjaTrader.Data.SessionManager.Save()
à NinjaTrader.Data.SessionManager.OnOk(Object sender, EventArgs e)
à System.Windows.Forms.Control.OnClick(EventArgs e)
à System.Windows.Forms.Button.OnClick(EventArgs e)
à System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.ButtonBase.WndProc(Message& m)
à System.Windows.Forms.Button.WndProc(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
If I select a time zone in the combo, I am able to save, but unable to open a chart :
2009-10-14 17:52:53:218 ---- ÉCHEC DE L'ASSERTION DE DÉBOGAGE----
---- Message court d'assertion ----
Db.Globals.GetTimeZoneInfo: timeZone='Centre'
---- Message long d'assertion ----
at Globals.GetTimeZoneInfo(String timeZone)
at Session.get_TimeZoneInfo()
at Session.GetNextBeginEnd(DateTime time, Boolean include60, DateTime& begin, DateTime& end)
at Bars.GetBars(Instrument instrument, Period period, DateTime from, DateTime to, Session pSession, Boolean splitAdjusted, Boolean dividendAdjusted, Boolean forceReloadFromProvider, Boolean calculateContractOffset)
at ChartControl.AddBarsInWorkerThread(Object state)
at _ThreadPoolWaitCallback.WaitCallback_Context(Objec t state)
at ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at _ThreadPoolWaitCallback.PerformWaitCallbackInterna l(_ThreadPoolWaitCallback tpWaitCallBack)
at _ThreadPoolWaitCallback.PerformWaitCallback(Object state)

Comment