[Mono-winforms-list] Can I execute the exe file of visual studio project on linux+MONO ?

Carlos Alberto Cortez calberto.cortez at gmail.com
Tue Feb 3 22:29:27 EST 2009


Yes, you can run winforms apps in linux.

Basically you take the .exe produced by Visual Studio (usually under
MyProjectName/MyProjectName/bin/Release) and then you have to run it (from
the console):

mono MyProjectName.exe

Carlos.

2009/2/3 mohammed_aid <mohammed_aid at yahoo.com>

>
> hello everybody,
>
> this is the second day for me in this forum and really I am very happy with
> you all.
>
> today I have small problem which is I can't run the executable file which
> released by visual studio on Linux Fedora with MONO 2.
>
> is it possible to do that ?
>
> if not please suggest any solution to help me because my project was
> developed by visual studio and I have used winforms inside it that is way I
> could not modify it on MonoDevelop and I do not want to convert it to GTK#
> forms.
>
> thank you in advance.
>
> best regards.
> --
> View this message in context:
> http://www.nabble.com/Can-I-execute-the-exe-file-of-visual-studio-project-on-linux%2BMONO---tp21823667p21823667.html
> Sent from the Mono - WinForms mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20090203/c92e0fb9/attachment.html 


More information about the Mono-winforms-list mailing list