[Mono-list] MonoDevelop and C# help

Magius(CHE) minkiata at magius.it
Fri Mar 20 05:58:11 EDT 2009




ShadyTyrant wrote:
> 
> I run vista on my laptop and Ubuntu Linux on my desktop. On my desktop I
> have mono and MonoDevelop installed in order to use the dotNet framework
> and code in C# on the linux OS. Now when I save my project (lets say a
> hello world program) with mono develop and I go to the directory it was
> saved I find the bin file and open it up. Then I try to run the exe that
> is there and ubuntu gives me the error 'no application Associated with
> file type.' It has permission to be ran as an app and everything. I know
> that linux does not run windows apps but how do I write and compile C# for
> the linux platform? 
> 

open konsole (teminal)
go to EXE directory (es: cd ~/MyProgram(bin/Release)
try:
mono MyProgram.exe

should work.

:-)
-- 
View this message in context: http://www.nabble.com/MonoDevelop-and-C--help-tp22519884p22617318.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list