I downloaded the monant-0.1.exe from the monant site, and attempted to run it under Mono 1.0.6 on a Windows 2000 box. Running "mono monant-0.1.exe" results in the following:
** (Monant-0.1.exe): WARNING **: Could not find assembly glade-sharp, references
from E:\Documents and Settings\Tom Parker\Desktop\Monant-0.1.exe (assemblyref_i
ndex=1)
Major/Minor: 0,0
Build: 0,0
Token:
System error: No such file or directory
cannot open assembly Monant-0.1.exe
Running 'gacutil -l glade-sharp' gives me the following:
The following assemblies are installed into the GAC:
glade-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f
glade-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f
Number of items = 2
So I've got glade-sharp installed fine, but it loooks like there's some sort of versioning problem - maybe monant isn't specifying a particular glade-sharp? Not really sure, my knowledge of Mono workings is minimal. Ideas?