MonoDevelop 2.8.2: Build failed. Illegal characters in path

Posted by user1056607 on Stack Overflow See other posts from Stack Overflow or by user1056607
Published on 2011-11-20T17:47:18Z Indexed on 2011/11/20 17:52 UTC
Read the original article Hit count: 449

Filed under:
|
|
|

I have just installed MonoDevelop 2.8.2. After opening a new solution named test I attempted to run the project. I push f5 and all I see is a "Build failed. Illegal characters in path" error in the bottom left. I open up the Error List and see no errors.

I have done some searching and only find solutions pertaining to projects that are beyond the scope of just the pre-generated code. This is the code:

using System;

namespace Test
{
    class MainClass
    {
        public static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
        }
    }
}

I have tried to uninstall/reinstall, cut out any spaces in the path to the program or the solution, and even opened VS2010 and just copy pasted that code over. I've looked over my options under tools, solution options under project, and the project's options.

I am running MD 2.8.2 with GTK# and Microsoft's .NET runtime. Let me know if you need anymore information.

Any help would be appreciated. Thank you for your time!

© Stack Overflow or respective owner

Related posts about build

Related posts about monodevelop