[MonoDevelop] How to run .net applications (ubuntu 10.04)
Quandary
quandary82 at hailmail.net
Tue Aug 3 08:55:00 EDT 2010
if you install
binfmt-support
(apt-get install binfmt-support)
then you can just run your mono & windows/wine-capable application by
double-clicking on it.
Else, you need to start it from the command-line with: mono
/path/to/your/application
or mono ./applicationname.exe if you are in the current directory
Also, ubuntuforums.org would have been the more appropriate place to ask
this question.
Am 03.08.2010 12:11, schrieb Noitora:
> Hello, sorry if this may sound stupid but I couldn't find any info for my
> problem on google. I'm using Ubuntu 10.04 and have mono 2.4.4 installed. How
> can I run .net exe applications from the file explorer?
More information about the Monodevelop-list
mailing list