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_...@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@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to