[MonoDevelop] Compilation/Build Problem under Monodevelop

Todd Berman tberman@off.net
Tue, 26 Oct 2004 01:04:33 -0700


On Tue, 2004-10-26 at 10:03 +0200, Max Giesbert wrote:
> Hello List,
>  
> i am quite new to Mono as well as .Net.
>  
> After installing Monodevelop 0.5.1 under Red Hat Fedora Core 2 via RedCarpet
> together with Mono 1.1.1 I ran into the following Problem.
>  
> In Monodevelop after pressing the compile/build button i get the message
> that there were no errors/everything suceeded. But after pressing the run
> button a window pops up with a message like 
> "cannot find assembly MYPROJECTPATH/bin/Debug/HelloWorld.exe
>  
> ..press any key to continue..."
> 
> And indeed there isnĀ“t any .exe file...
>  
> When I use the mcs on the HelloWorld.cs file in the terminal i get a fine
> .exe file that is running....
>  

Mono 1.1.1 was (and still is) the unstable version of Mono. To use it,
you need to upgrade to MD from svn. Or you can downgrade to Mono 1.0.1.

--Todd