MonoDevelop has just been installed, and I tried to compile a simple "Hello World". The code I use is:
using System; public class HelloWorld { static public void Main () { Console.WriteLine ("Hello Mono World"); } }
The error I am getting is:
EmptyCSharpFile.csproj(1,1): Error: Unknown MSBuild failure. Please try building the project again (EmptyCSharpFile)
My system info: Ubuntu 16.04 LTS, updated MonoDevelop and mono only recently installed. Mono JIT compiler version 5.0.1.1 MonoDevelop version 5.10 I can use mcs and run it, but I can not use monodevelop to run it. I read these similar topics, but no answer yet: MonoDevelop Error and "Unknown MSBuild Error" on Linux ; C # compilation Unknown error MSBuild MonoDevelop Linux ; https://askubuntu.com/questions/73630/could-not-obtain-c-compiler-error-when-using-monodevelop
, , , file → new- > file- > general → empty#.
- > - > , # Ctrl + Shift + N , hello world, , ( )
Source: https://habr.com/ru/post/1678216/More articles:OWIN ASP.NET - Избегайте нескольких логинов для одной учетной записи без Identity в Web Api - authenticationHow can I control inside the node level at a point in the graph? - graphvizFinding the median in a combined array of two sorted arrays - algorithmHow to multiply tensor sizes? - pythonHow to conditionally multiply a list using the purrr package - listGoogle login doesn't work after releasing signed APK in alpha testing - androidMonoDevelop Error "Unknown MSBuild Error" on Linux - c #"Invalid use of @throws" compiles an error if log4j-core is in the classpath - javaCan't understand the behavior of pthread_create () in the following program? - cHow to read only n lines of a large CSV file on HDFS using spark-csv? - hdfsAll Articles