Hey there community.
So I installed the latest version of MonoDevelop (on Arch Linux), and I wrote a "hello word" program to test if it installed alright. Building it, MonoDevelop says it builds successfully. However if i try to run it (with and without debugging), I get this error message:
Cannot open assembly '/home/anark10n/MonoDevelop/Projects/hello_world/hello_world/bin/Debug/hello_world.exe': No such file or directory.
Possible solutions I've seen around the net say it's a problem with having spaces in the file path, but as you can see, there aren't any. Going to the folder in question, I find that it's empty. It builds and executes fine from the command line, though.
Any ideas on how to solve or troubleshoot this?