[MonoDevelop] problem compiling project

Chris Vickerson chris@vickerson.net
Sun, 21 Mar 2004 18:50:10 -0500


I'm using version .31 of mono and .1 of monodevelop

Chris

Todd Berman wrote:
> What version of mono and what version of monodevelop?
> 
> --Todd
> 
> On Sun, 2004-03-21 at 18:22 -0500, Chris Vickerson wrote:
> 
>>I got monodevelop up and running - took some effort and I really don't 
>>know what I did to make it finally work.  Now, I've created a simple 
>>console project and left the default code in there - it's really a bare 
>>minimum but when I compile and run the exe doesn't get created and so 
>>there is nothing to run.  Hopefully I've just omitted something simple 
>>as I've been really dying to use monodevelop.  The details are below and 
>>any advice is obviously appreciated.
>>
>>
>>
>>I'm using Fedora Core 1 and the latest Garnome.
>>
>>## Default code that is already there:
>>
>>// project created on 3/21/04 at 6:11 a
>>using System;
>>
>>class MainClass
>>{
>>	public static void Main(string[] args)
>>	{
>>		Console.WriteLine("Hello World!");
>>	}
>>}
>>
>>
>>
>>## Compiler feedback from within monodevelop:
>>
>>------ Build started: Project: Console3 Configuration: Debug ------
>>Performing main compilation...
>>
>>Build complete -- 0 errors, 0 warnings
>>
>>
>>
>>## Feedback on command line:
>>
>>cannot open assembly /home/chrisv/Projects/Console3/bin/Debug/Console3.exe
>>
>>press any key to continue...
>>
>>_______________________________________________
>>Monodevelop-list mailing list
>>Monodevelop-list@lists.ximian.com
>>http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
>