Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.

learn more… | top users | synonyms

1
vote
1answer
230 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 ...
0
votes
1answer
72 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 ...
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
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 ...
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 ...
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 ...