MonoDevelop Failure “Unknown MSBuild Failure” on Linux
问题 I just installed MonoDevelop on my Ubuntu machine, and attemtepted to run a hello world, just to test it out: using System; public class HelloWorld { static public void Main () { Console.WriteLine ("Hello Mono World"); } } ...but when building it gives an "Unknown MSBuild failure" error I have tested Mono before using MonoDevelop and verified that it works. 回答1: This is most likely due to an error or errors during compilation, which oddly enough, MonoDevelop is not telling you. Assuming you