Setting up Linux Workstation
Posted: Wed Oct 31, 2007 12:40 pm
I'm trying to get OD 5.1.22 to run on Ubuntu 7.10. Mono 1.2.4 came preloaded on the image I installed. I installed MySQL and copied the OpenDental directory from a working Windows workstation to /usr/local/bin.
With the command mono /usr/local/bin/opendental/OpenDental.exe
I get:
** (OpenDental.exe:6915): WARNING **: The following assembly referenced from /usr/local/bin/opendental/OpenDental.exe could not be loaded:
Assembly: System.Windows.Forms (assemblyref_index=1)
Version: 2.0.0.0
Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/local/bin/opendental/).
** (OpenDental.exe:6915): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
The entry point method could not be loaded
Any ideas? Thanks
With the command mono /usr/local/bin/opendental/OpenDental.exe
I get:
** (OpenDental.exe:6915): WARNING **: The following assembly referenced from /usr/local/bin/opendental/OpenDental.exe could not be loaded:
Assembly: System.Windows.Forms (assemblyref_index=1)
Version: 2.0.0.0
Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/local/bin/opendental/).
** (OpenDental.exe:6915): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
The entry point method could not be loaded
Any ideas? Thanks