Logon Window Error

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

Logon Window Error

Post by drtech » 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)
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 » Fri Mar 28, 2008 11:08 am

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: 5739
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Logon Window Error

Post by jordansparks » Fri Mar 28, 2008 1:26 pm

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

Post Reply