[Gtk-sharp-list] Unhandled Exception:
System.DllNotFoundException: libgtk-win32-2.0-0.dll
Mike Kestner
mkestner@ximian.com
Thu, 06 May 2004 13:11:46 -0500
On Wed, 2004-05-05 at 21:01, Gaston Alfredo Acuse wrote:
> Hello people:
> i've installed gtk#-91.1 and when execute my program in linux....
>
> ga@safecode:/hda5/safecode/develops/PyMEsLibres/sources> mono GUI.exe
> localhost
>
> Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll
> in <0x00053> (wrapper managed-to-native) Gtk.Application:gtk_init
> (int&,intptr&)in <0x00038> Gtk.Application:Init ()
> in <0x00012> GUI:Main (string[])
Sounds like you've got a version mismatch or a stray mono/gtk# install
somewhere. 0.91.1 maps those dllnames via the gtk-sharp.dll.config
file, which is installed by Gtk# 0.91.1 and used by mono-0.91.
--
Mike Kestner <mkestner@ximian.com>