Mono Project!


 
Thread Tools Search this Thread
Operating Systems Linux Mono Project!
# 1  
Old 12-09-2004
Mono Project!

Hello,

Does anyone know about MONO PROJECT? It supports .NET on linux! I have downloaded its packages and installed it. But I don't know how to start it!!! Where can I find installed programs?!
# 2  
Old 12-09-2004
Well, what exactly do you want to do with MONO? Do you want to write .NET based applications (if so, in which language, C#, etc) - or do you just want to run them? If so, which applications are you trying to run?

Questions, questions....

Cheers
ZB
# 3  
Old 12-09-2004
I want to write programs in C# and ASP.NET. Mono says that it has a stduio similar to Visual studio in windows. A good text editor and etc...
By the way I found a file which seems to be the compiler for C# and I compiled a C# code with it and it generated a .exe file in Linux. However, linux does not execute it!!
# 4  
Old 12-10-2004
File extensions are not necessary in UNIX. Under MS Windows a .exe file is executable. UNIX, the file could be any extension and could be executable. You need to change the permissions of the file to make it executable.
So to make your file executable you need to turn on the permission of the file, which to execute would be to
chmod 100 SomeFile
but might be best to do a chmod 744 SomeFile. This will give it read/write & execute permissions, plus group and world permission of read.
# 5  
Old 12-10-2004
locustfurnace thanks for help...

Anyway has experience with MONO project specifically?
# 6  
Old 12-23-2008
I want to install MonoDevelop on Fedora core 8.
Mono is installed on fedora core 8. bute when configure script is executed, we have error that it can not find UNMANNAGED_MONO and error message is "Please Install .Net 2 or Mono 1.1.0 or later"
Please Help me. Thanks.
Edit/Delete Message
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies

2. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

3. Ubuntu

how to install win version of mono

How do I install the windows version of mono? I get the message "wine: Install the Windows version of Mono to run .NET executables" (1 Reply)
Discussion started by: locoroco
1 Replies

4. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies
Login or Register to Ask a Question