[Mono-dev] error executing the compiled EXE edited Mono Inside Windows Environment

Rafael Teixeira monoman at gmail.com
Wed Aug 7 12:33:44 UTC 2013


Probably you didn't install gtk and gtk# on your windows machine,
which is a dependency of your application. Exe files aren't
self-contained apps, they depend on libraries and those need to either
be installed globally in the system (as in this case because the gtk
part is mixed native/managed code) or carried alongside the executable
(for fully managed OS-independent libraries).

Good learning,
Rafael Teixeira
O..:.)oooo


On Wed, Jul 31, 2013 at 2:49 PM, bpescarolli
<bruno.pescarolli at hotmail.com> wrote:
> I created a HelloWord.exe (application interface gtk 2.0) in Mono within my
> Lubuntu 13.04
> I caught this one Release executable tried run it on a machine with Win XP
> .. just curious, with. NET installed.
>
> and returns an error like "Unable to start HelloWord.exe ..."
>
> how do I create an application within my Lubuntu Mono that runs on both
> Windows Environments with. NET installed or Linux environments that have the
> Wine or Mono runtime installed?
>
> I have to have installed on my Mono Winforms? makes if yes how?
>
> Help me , please!
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/error-executing-the-compiled-EXE-edited-Mono-Inside-Windows-Environment-tp4660343.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list


More information about the Mono-devel-list mailing list