[Gtk-sharp-list] GConf problem

Gonzalo Paniagua Javier gonzalo@ximian.com
15 Feb 2003 01:21:40 +0100


El vie, 14 de 02 de 2003 a las 21:03, George Farris escribió:
> When ever I try and run the following I get a "Can not open image"
> error.  Anyone know whats up?
> 
> mono gconfsharp-schemagen.exe gfax ./data/gfax.schema > Settings.cs
> Can not open image gconfsharp-schemagen.exe
> 
> Does this indication that gconfsharp-schemagen.exe is no good?
> 

If gconfsharp-schemagen.exe is in the directory where you run this
command and is ok, the error may be caused because mono cannot find at
least 1 of the assemblies referenced by gconfsharp-schemagen.exe.

Is MONO_PATH set correctly?

-Gonzalo