D
Dennis C. Drumm
Why is it that when I am debugging an application that has a call to
Form.ActiveForm, if I set a breakpoint before the call then when I reach
that statement a NullReferenceException is thrown, but if the breakpoint was
set following the call to Form.ActiveForm, then I can continue the debug
session without a problem?
Thanks,
Dennis
Form.ActiveForm, if I set a breakpoint before the call then when I reach
that statement a NullReferenceException is thrown, but if the breakpoint was
set following the call to Form.ActiveForm, then I can continue the debug
session without a problem?
Thanks,
Dennis