[MonoDevelop] problem compiling project
Chris Vickerson
chris@vickerson.net
Sun, 21 Mar 2004 18:22:39 -0500
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...