OK. I am creating an application in MonoDevelop for Ubuntu Linux, but the compiled file is always an exe window, I configured it to compile as Linux binary, but I'm confused, can someone shed some light on how to get the proper Linux way to open programs?
thanks
It compiles as an executable .NET assembly - it is always .exe files.
.exe
You can run it on linux by calling mono-runtime:
mono myExe.exe
Source: https://habr.com/ru/post/1310033/More articles:SQL Server FTS: Can I get information on how / why rows were matched? - c #I need a little javascript help (easy) - javascriptdefinition of lifeless (referring to parallel programming) - terminologyDisable transaction limits - sql-serverHow to handle exceptions from the servlet they create? - javaGetting FBML Error with unknown tag "fb: like" error with Facebook application - facebookzip -j command, what does the -j option mean? - command-lineKML Layers Cursor CSS - Google Maps API v3 - cssNested joins hide table names - sqlHow to move a symbolic link to the cart? - cocoaAll Articles