Exception when Emails functionality on new beta

For users or potential users.
Post Reply
ForrestGumpDDS
Posts: 177
Joined: Fri Oct 14, 2011 3:31 pm

Exception when Emails functionality on new beta

Post by ForrestGumpDDS » Wed Jul 25, 2018 6:50 am

I'm on new beta - 18.2.4
When go to Manage->emails, getting this:

Code: Select all

Error Encountered - 07/25/2018 9:49:29 AM
Unhandled exception:  Column 'IsHtml' does not belong to table .
System.ArgumentException
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at OpenDentBusiness.Crud.EmailMessageCrud.TableToList(DataTable table) in C:\Development\OPEN DENTAL SUBVERSION\opendental18.2\OpenDentBusiness\Crud\EmailMessageCrud.cs:line 65
   at OpenDentBusiness.Crud.EmailMessageCrud.SelectMany(String command) in C:\Development\OPEN DENTAL SUBVERSION\opendental18.2\OpenDentBusiness\Crud\EmailMessageCrud.cs:line 36
   at OpenDentBusiness.EmailMessages.GetMailboxForAddress(EmailAddress emailAddress, DateTime dateFrom, DateTime dateTo, MailboxType[] arrayMailBoxTypes) in C:\Development\OPEN DENTAL SUBVERSION\opendental18.2\OpenDentBusiness\Data Interface\EmailMessages.cs:line 108
   at OpenDental.FormEmailInbox.RefreshLists() in C:\Development\OPEN DENTAL SUBVERSION\opendental18.2\OpenDental\Forms\FormEmailInbox.cs:line 785
   at OpenDental.FormEmailInbox.comboEmailAddress_SelectionChangeCommitted(Object sender, EventArgs e) in C:\Development\OPEN DENTAL SUBVERSION\opendental18.2\OpenDental\Forms\FormEmailInbox.cs:line 940
   at System.Windows.Forms.ComboBox.OnSelectionChangeCommitted(EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectionChangeCommittedInternal(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ComboBox.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)
It was working fine on 18.1.XX (not sure the minor version number).
We use emails a lot for incoming faxes, so this got noticed by our stuff right away.

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Exception when Emails functionality on new beta

Post by cmcgehee » Wed Jul 25, 2018 7:55 am

Congrats on jumping on to the beta version. We have fixed this error in 18.2.5: "Email, loading the inbox caused a UE."
Chris McGehee
Open Dental Software
http://www.opendental.com

ForrestGumpDDS
Posts: 177
Joined: Fri Oct 14, 2011 3:31 pm

Re: Exception when Emails functionality on new beta

Post by ForrestGumpDDS » Wed Jul 25, 2018 9:48 am

cmcgehee wrote:Congrats on jumping on to the beta version. We have fixed this error in 18.2.5: "Email, loading the inbox caused a UE."
Well... once you go beta, you never come back! Or so they say ))
It is fixed indeed! Working now on 18.2.6
Thank you

Post Reply