MonoDevelop 2.8.2: Build failed. Illegal characters in path
- by user1056607
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!