Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
0
votes
1answer
71 views
Running Mono on Centos 5 CLI
I have vps server (virtual private server) running on linux centos 5 32 bit , i installed vncserver x windows , gnome and kde environment and i connect to the vnc server from vncviewer in my windows 7 ...
0
votes
0answers
18 views
Make Mac executable with MonoDevelop
I am on Ubuntu, using MonoDevelop and I would like to port my applications to Mac OS X. I have found mkbundle on this question, but that only makes Linux executables I believe.
I would also like to ...
0
votes
0answers
27 views
Installing Mono 2.10.5+ on OpenSuse 11.4
I recently upgraded from mono 2.8.x to 2.10.2 on an OpenSuse 11.4 by following the zypper instructions on the mono download page and immediately hit xamarin bugzilla bug 99 that prevents ...
0
votes
0answers
72 views
Installing XSP on CentOS
Trying to install xsp-2.10.2. Worked fine in the past, now getting this error.
Making install in Mono.WebServer
mkdir: cannot create directory `2.0': File exists
GMCS /out:2.0/Mono.WebServer2.dll
...
2
votes
1answer
27 views
Mediastream goes defunct
I am running my donnet framework based application using mono in Linux Ubuntu. My application uses linphone's mediastream command to open the RTP socket and hook the audio device.
I am using the ...
1
vote
1answer
91 views
Adding openSuSe mono repository?
Question:
I want to install mono3 from here:
http://download.mono-project.com/archive/3.0.3/linux/x64/
How can I add this link to the appropriate OpenSuse package installation program ?
I tried ...
1
vote
1answer
481 views
How to upgrade to “Mono v3” on openSuse 12.2
I have mono 2.10.9 installed on a VM with openSuse version 12.2. I'm trying to find a distribution for the latest v3 Release of Mono which I can use to upgrade the version of mono that I have ...
1
vote
1answer
75 views
How soon do new releases get packaged into Debian Testing?
Mono 3.0 has been released yesterday. I am really excited by this release and am curious to know when this will be available in Debian testing (Wheezy).
Is there a standard timeline set by Debian ...
2
votes
1answer
375 views
apache virtualhost using mono-apache-server2 not mono-apache-server4
I know I'm running mono-apache-server4 but when I launch the site mono-apache-server2 is responding.
Why is my site not using 4.0?
See htop:
This is what I did:
Installed Debian Wheezy along ...
0
votes
1answer
191 views
How to get mono-apache-server4 on debian
I installed mod-mono on debian via apt-get install mono-apache-server2...
But when i do apt-get install mono-apache-server4 it gives me:
E: Unable to locate package mono-apache-server4
Anyone ...
0
votes
2answers
443 views
Unable to install Mono 2.6 on CentOS
I have an application that breaks on mono 2.10, so I'm trying to install an older mono instead.
I found an RPM and tried to install it, but it won't install (I believe) because the glibc and gcc ...
4
votes
3answers
486 views
How to set bash to run *.exe with mono?
Without any DE or even X, I want to use ./my.exe to run mono my.exe, like it works with python scripts.
0
votes
0answers
96 views
How do I setup a website with apache and mod_mono?
So, it seems everything is installed and working. I am using Linux Mint (Cinnamon/Maya).
I have Mono 2.10.8.1 (mono -V).
I'm totally new to apache. I have the fuzzy idea that there's some sort of ...
1
vote
2answers
395 views
How to install mod_mono on Linux Mint?
I'm a linux newbie trying to install mod_mono on Linux Mint Maya/Cinnamon.
I can't seem to find any tutorials or anything on how to do this.
So far, XSP and MonoDevelop seem to be working. I created ...
1
vote
0answers
181 views
Mono spits out too many errors after update, try to reinstall, more errors
I had errors with apt-get update && apt-get dist-upgrade, from mono mono, so I tried this instead:
sudo apt-get install --reinstall banshee banshee-extension-soundmenu ...
1
vote
1answer
369 views
how to install monodevelop with d language add-in on Mint 12
I installed monodevelop from the repositories because I want to try the mono-D plugin, but when I go to the Gallery in Add-in Manager, it says "No add-ins found"
I tried adding ...
4
votes
1answer
391 views
Why do Mono applications only start from their own directory?
If I want to run the application monodevelop, I need to chdir to /usr/lib/monodevelop/Bin and then execute ./MonoDevelop.exe. This is the same for all other Mono applications such as banshee, tomboy, ...
1
vote
2answers
320 views
How to restart mono web application without restarting apache?
Is there any way to restart ONE web application in mono without having to restart Apache?
Currently i'm doing a sudo service apache2 restart everytime I deploy my .NET web application to mono. But it ...
1
vote
1answer
548 views
Generating a Linux executable with Mono with mkbundle
A C# file in mono can be compiled using gmcs command. This will create a hello.exe file.
$ gmcs hello.cs
$ ls
hello.cs hello.exe
$ ./hello.exe
Hello from Mono!
To generate a linux executable, I ...
1
vote
1answer
229 views
Install apache2-mod-mono-2.10
I am trying to install mod-mono for apache so that I can run C# asp.net websites from my server. The project I have is a .net 4 project.
When I go into yast and select apache2-mod-mono for install ...
2
votes
1answer
270 views
Enable .Net 4 Mono on OpenSuse
I have an OpenSuse Linux server and want to run an ASP.net web project. I have installed the apache2 module mod-mono, but when I try to access the ASP web pages it looks as if it is attempting to use ...
1
vote
0answers
101 views
Program does not terminate when called from udev
I've written a program in C#/Mono that probes a device to determine if it is a modem.
The program works fine from the command line. However, when it is called from PROGRAM= in a udev rule, the ...
2
votes
3answers
467 views
cp launched from code results in cannot stat '/tmp/somedir' works in shell
I'm working on making some scripts more elegant by implementing them in a real x application etc...
At some point in the scripts we basically want to take everything from a mounted removable storage ...
1
vote
2answers
597 views
Can I install Paint.Net on linux using mono?
I tried downloading and running the Paint.NET installer under mono and got:
Cannot open assembly 'Paint.NET.3.5.8.Install.exe':
File does not contain a valid CIL image.
Can this be installed ...
3
votes
1answer
400 views
Creating a .sh wrapper in my debian package
I'm trying to build a debian package for a program that uses mono. My make install target currently puts all of my binaries /usr/local/lib/mypackage, then creates a tiny executable script in ...
0
votes
1answer
597 views
Building monotools-server, gtk+, pango - bizarre path issues
I'm attempting to build the monotools-server app from source. After days of hunting down missing dependencies (and in one case (xsp) having to manually modify a generated Makefile to remove a ...
2
votes
3answers
2k views
How do I install mono's System.Windows.Forms on Ubuntu?
I haven't found any concise explanation of this.
-1
votes
1answer
1k views
Virtual packages like 'mono-common' can't be removed
Any ideas? I'm trying to install mono as per these instructions: http://blog.ruski.co.za/page/Install-Mono-on-Ubuntu.aspx
I need to be able to run the second command apt-get remove mono-common but ...
2
votes
2answers
545 views
How to upgrade mono on openSuse
I have a virtual machine running of openSuse 11.2 that has mono 2.6.4, I use this VM as a test server to test asp.net applications under Apache mod_mono.
I wanted to upgrade (in the same virtual ...
5
votes
3answers
854 views
How to install Mono in AIX?
I don't have root access to an AIX 5.2 machine and want to run Mono programs in it.
5
votes
4answers
1k views
Can I work with Sql Server, Office and C# using Linux?
I want to start working with linux, and I know I should work in that regularly to improve myself.
I work with sql server, office, c# at the company. can I install and do my tasks in linux (i.e. red ...
2
votes
2answers
336 views
Applications that run on Mono in Ubuntu
I think Mono, and the C# language, are a great, nay, fantastic project.
My question is: how prevalent is Mono in Ubuntu? How much of a penetration is it getting, and what applications run on it?
3
votes
2answers
515 views
Mono book recommendations
Does anyone know if there are any upcoming book releases for Mono/GTK#? The only book I could find on Amazon with a decent rating is over 6 years old.
1
vote
1answer
368 views
Enable running mono apps by double-clicking on the .exe file
I always wondered if running Mono apps will ever be available for Linux by just double clicking on the .exe. Now, in order to have a launcher on GNOME, the best way is to add a new bash file which ...
1
vote
2answers
622 views
How to permanently remove all Mono related package (libs, apps, etc.)
I'm a Ubuntu newbie. In my opinion Mono is a patent trap and I do not want my distribution of choice to be tainted by anything Mono or any application that requires Mono. So I would welcome your ...
15
votes
4answers
796 views
Linux adoption path for a .NET developer
I am a .NET C# programmer, I love the .NET stack. I have tried Linux several times but every time I got put off as I could not do anything on it .. (like program for it or on it).
Ever since Mono was ...
2
votes
2answers
672 views
Nano syntax highlighting for C# and/or ASP. Net
Has anyone got (or can point in the direction of) a nanorc file that contains syntax highlighting for C# and/or ASP.Net?
8
votes
4answers
2k views
What IDE do you use for Mono development on KDE?
Currently I don't have a Linux installation with a GUI. All are running text mode. When I do, I usually use KDE. On Windows I am a .NET developer and I haven't done any Mono development, yet. I heard ...
7
votes
3answers
699 views
FastCGI library for C#/Mono
I'd like to write a couple of fastcgi applications in c#.
I know that Mono can run ASP.NET on fastcgi enabled web servers, but that is not what I need.
Is there any FastCGI library working for ...
7
votes
2answers
673 views
Has anyone got any performance numbers comparing IIS and .NET to Cherokee and Mono?
I am setting up a development server and want to set it up to serve ASP.NET pages using Mono. I am planning on using Cherokee and Mono (http://www.cherokee-project.com/doc/cookbook_mono.html) and ...