jl168 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

System.TypeLoadException: Could not load type 'OpenHardwareMonitor.Program' #478

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Open Hardware Monitor 0.5.1 Beta
Downloaded from: 
https://open-hardware-monitor.googlecode.com/files/openhardwaremonitor-v0.5.1-be
ta.zip

Xubuntu 12.04 Desktop 64-bit
Installed packages: mono-runtime libmono-corlib2.0-cil

When I run "mono OpenHardwareMonitor.exe", it returns the following error:

Unhandled Exception: System.TypeLoadException: Could not load type 
'OpenHardwareMonitor.Program' from assembly 'OpenHardwareMonitor, 
Version=0.5.1.0, Culture=neutral, PublicKeyToken=null'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load 
type 'OpenHardwareMonitor.Program' from assembly 'OpenHardwareMonitor, 
Version=0.5.1.0, Culture=neutral, PublicKeyToken=null'.

Original issue reported on code.google.com by netv...@gmail.com on 10 Jun 2013 at 2:50

GoogleCodeExporter commented 9 years ago
I guess some required packages are missing, like libmono-winforms2.0-cil.

Original comment by moel.mich on 29 Jun 2013 at 8:26