[Bsd-sharp-list] MonoDevelop DLL Location Problem

L Kamenov kamenovl at gmail.com
Tue Apr 24 13:37:47 MDT 2007


On 4/24/07, Paul Wilson <paulalexwilson at gmail.com> wrote:
> System.DllNotFoundException: libgobject-2.0-0.dll
>   at (wrapper managed-to-native) Gnome.Program:g_type_init ()
>   at Gnome.Program..ctor (System.String app_id, System.String
> app_version, Gnome.ModuleInfo module, System.String[] argv,
> System.Object[] props) [0x00000]
>   at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00000]

you can try putting this into /etc/mono.config:

<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0" />

and see if it goes. i had to do this with libgdiplus in order to
get drawing going.

cheers,
Lou


More information about the Bsd-sharp-list mailing list