Exception in ProcessShortcutKey when ActiveForm is null

Hi, In our application in some scenario (when many windows are closed and created, but main form remains untouched) we get Null Reference Exception in ProcessShortcut(Keys key) of BarManager. This method has condition: if(this.Form != null && (Form.ActiveForm == this.Form || (Form.ActiveForm.IsMdiContainer && Form.ActiveForm.ActiveMdiChild == this.Form))) as you can see, you really get exception if Form.ActiveForm is null. Any suggestion for workaround ?

1 Reply

AS Arun Srinivasan Syncfusion Team October 15, 2003 03:55 PM UTC

Hi Alexander, This issue has been fixed. Can you open an incident in Direct Trac, so that we can send you download instructions to the latest version. Thanks Arun

Loader.
Up arrow icon