I am testing OD on a AWS EC2 instance of Windows Server 2016.
I have compiled the latest beta of 19.1 (19.1. and it runs fine on my Windows 10 desktop. But, if I upload all the files and my db to the EC2 server, I get the following exception at runtime:
Code: Select all
Error Encountered - 03/22/2019 3:01:14 PM
Unhandled exception: ThemeSetByUser is an invalid pref name.
System.Exception
at OpenDentBusiness.Prefs.GetOne(String prefName) in C:\Users\wjs\Desktop\ODVersions\opendental19.1\opendental19.1\OpenDentBusiness\Data Interface\Prefs.cs:line 152
at OpenDentBusiness.Prefs.GetOne(PrefName prefName) in C:\Users\wjs\Desktop\ODVersions\opendental19.1\opendental19.1\OpenDentBusiness\Data Interface\Prefs.cs:line 145
at OpenDentBusiness.PrefC.GetBool(PrefName prefName) in C:\Users\wjs\Desktop\ODVersions\opendental19.1\opendental19.1\OpenDentBusiness\Cache\PrefC.cs:line 153
at OpenDentBusiness.UserOdPrefs.SetThemeForUserIfNeeded() in C:\Users\wjs\Desktop\ODVersions\opendental19.1\opendental19.1\OpenDentBusiness\Data Interface\UserOdPrefs.cs:line 339
at OpenDental.FormLogOn.butOK_Click(Object sender, EventArgs e) in C:\Users\wjs\Desktop\ODVersions\opendental19.1\opendental19.1\OpenDental\Forms\FormLogOn.cs:line 154
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at OpenDental.UI.Button.OnClick(EventArgs ea) in C:\Users\wjs\Desktop\ODVersions\opendental19.1\opendental19.1\OpenDental\UI\Button.cs:line 108
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)