Installing OD on Centos yields errors

For users or potential users.
Post Reply
benjap
Posts: 3
Joined: Thu Jul 10, 2008 11:48 am

Installing OD on Centos yields errors

Post by benjap » Sun Sep 06, 2009 1:57 pm

I'm trying to install the software on CentOS 5.3 with Mono. I am getting Winforms errors. Has anyone install OpenDental on Centos that may have some ideas how to get around these errors. I spent a few hours Googling for the solution with no results.


ot@opendental1 Open Dental]# mono OpenDental.exe

Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: gdiplus.dll
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () [0x00000] --- End of inner exception stack trace ---

at <0x00000> <unknown method>
at System.Drawing.Graphics.FromHdcInternal (IntPtr hdc) [0x00000]
at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000]
at System.Windows.Forms.XplatUIX11..ctor () [0x00000]
at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000]
at System.Windows.Forms.XplatUI..cctor () [0x00000] --- End of inner exception stack trace ---

at <0x00000> <unknown method>
at System.Windows.Forms.Application.EnableVisualStyles () [0x00000]
at OpenDental.ProgramEntry.Main (System.String[] args) [0x00000]
[root@opendental1 Open Dental]#

Post Reply