Re: Ubuntu and .NET
"Greg" <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
That worked, thanks --- In [email protected], "Stuart Laughlin (Lists)" <lists@...> wrote: > > On Fri, Apr 30, 2010 at 1:33 PM, Greg <gregarobinson@...> 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 >