i have install monodevelop and write a hello world program in C# console but when in run configuration i choose run in external console check box and click on run button monodev
I had to open a terminal window in Linux Mint Sylvia, and switch to the Project's name, then from there to the bin/Debug folder. I saw that there was an exe created by monoDevelop. I changed the exe's mode to executable. Then I ran the exe by typing its name.exe and it worked.