Re: Re: Ubuntu and .NET
"Stuart Laughlin (Lists)" <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 30, 2010 at 1:33 PM, Greg <[email protected]> wrote: > > I installed monodevelop and then wrote a quick and simple hello world console app. It runs in the mondodevelop ide fine. When I go to the exe and open it I get an error. > Unsure, but ottomh typically when you run a Mono executable you execute it with Mono. In other words: $ mono /home/test/Desktop/UbuntuTest/UbuntuTest/Program.exe Does that make a difference? --Stuart