Hi,

I'm trying to load up a GTK# based app on Windows and i've encountered a few problems. Firstly i had problems with library XXX.so could not be found. The first library that couldn't be found was libMonoPosixHelper.so . So i removed that entry from the configuration file and the error disappeared, but now i had a mising libc.so.6 problem. Then i removed *all* the dllmap entries in the configuration file and the application started loading up.

The only problem now is that, a call to GConf.Client client = new GConf.Client() throws this exception:
Unhandled Exception: System.DllNotFoundException: gconf-2
  at (wrapper managed-to-native) GConf.ClientBase:gconf_is_initialized ()
  at GConf.ClientBase.Initialize () [0x00000]
  at GConf.Client..ctor () [0x00000]
  at MonoTorrent.Interface.Settings.GConfSettingsStorage..ctor (System.String ba
seKey) [0x00000]
  at MonoTorrent.Interface.Settings.SettingsStorage..ctor () [0x00000]
  at MonoTorrent.Interface.Settings.SettingsStorage.get_Instance () [0x00000]
  at MonoTorrent.Interface.Settings.Configuration..ctor () [0x00000]

So, does anyone have any advice for me? Firstly, was it ok to remove all those DLLMap entries? Also, how do i set up the application to run under MS.NET? At the moment MS.NET is throwing the same missing dll exceptions that mono used to throw until i removed the dllmap entries. Secondly, (and more importantly) how do i get GConf to not throw that exception ;)

Thanks,
Alan.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to