You are not logged in.
I've written a simple Hello Word console app in C# to test the installation. It says build successful, without errors. Trying to run the the application gets me this error:
Cannot open assembly '/home/anark10n/MonoDevelop/Projects/hello_world/hello_world/bin/Debug/hello_world.exe': No such file or directory.
Possible solutions to this problem I've seen has been to remove any spaces in the file path, but as you can see, there are none. Going to the folder, I find that it's empty. It builds fine from the command line, runs fine from the command line, but nothing happens when I build from inside MonoDevelop. Using the latest version of the IDE.
Last edited by anark10n (2013-03-25 17:50:36)
Offline