Logon Window Error

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
drtech
Posts: 1668
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Logon Window Error

Post by drtech »

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)
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com
tdong
Posts: 100
Joined: Mon Jun 18, 2007 1:16 pm
Contact:

Re: Logon Window Error

Post by tdong »

not a problem on my computer try both at release and debug mode leave the log on window for more than 10 min
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Logon Window Error

Post by jordansparks »

I've duplicated it. Thanks.
Jordan Sparks, DMD
http://www.opendental.com
Post Reply