I found mono.posix.dll installed on the system, but the version is 2.0.0, whereas the binary is looking for assembly version 4.0.0. Why is the gtk# installer installing an old version of the assembly?
Regards, Ákos Vandra On 8 October 2012 12:15, Akos Vandra <[email protected]> wrote: > Hi! > > I have the official GTK# installer installed, but it does not work > without copying the Mono.Posix library along with the executable > (nothing else is needed, so maybe the GTK# installer does not install > the Mono.Posix library as it should). > > Regards, > Ákos Vandra > > On 8 October 2012 12:10, Christian Hoff <[email protected]> wrote: >> Hi there, >> >> indeed there is: The official Gtk# installer for .net will also install the >> Mono.Posix library, just as it installs the Mono.Cairo libs, which are also >> needed, but not included in .net . >> >> Hope this helps, >> >> Christian >> >> -------- Original-Nachricht -------- >>> Datum: Mon, 8 Oct 2012 12:00:34 +0200 >>> Von: Akos Vandra <[email protected]> >>> An: [email protected] >>> Betreff: [Gtk-sharp-list] GTK# on .NET -> requires Mono.Posix >> >>> Hello! >>> >>> I am trying to develop a CLI application on linux with monodevelop and >>> mono, that would run on windows with .net (without mono). >>> >>> As far as I understand, this should be feasible, but a simple test >>> application built with monodevelop on linux references mono.posix, >>> that is not available on windows .net, with the gtk# runtime, and thus >>> it does not run. >>> If I distribute the necessary dll along with the exe by copying the >>> dll from the linux mono installation, it works, but I'm sure there is >>> a less "hacky" way to get it to run on .net. Can anyone help me out? >>> >>> Regards, >>> Ákos Vandra >>> _______________________________________________ >>> Gtk-sharp-list maillist - [email protected] >>> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
