Logon Window Error
Posted: Fri Mar 28, 2008 10:30 am
I have been getting an unhanded exception if I leave the log on window up without logging on more than about a minute or so. (I know it happens when you first start the program, but I don't think it does if you just log off and leave the window up.) beta v5.6.11
System.NullReferenceException: Object reference not set to an instance of an object.
at OpenDental.FormOpenDental.ProcessSignals()
at OpenDental.FormOpenDental.timerSignals_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
System.NullReferenceException: Object reference not set to an instance of an object.
at OpenDental.FormOpenDental.ProcessSignals()
at OpenDental.FormOpenDental.timerSignals_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)