Attachmate's SUSE business unit announced a partnership with Xamarin, which formed to support the open source .NET clone & Mono& after Attachmate jettisoned the Mono team in May. The agreement grants Xamarin a broad license to all IP covering Mono products, including Mono for Android, and calls for Xamarin to provide technical support to SUSE customers using Mono-based products, says SUSE....
Following Attachmate's acquisition of Novell, the entire staff of the Novell-sponsored Mono project team was laid off. Now, Mono project leader Miguel de Icaza has launched a new company called Xamarin, which plans to continue supporting the open source .NET clone Mono and the Silverlight mimic Moonlight, while pushing related development on iOS and Android platforms....
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 MySql.Data.dll from loading.
im running mono 3.0 via fastcgi...
my htaccess is like this:
Action mono-cgi /home/vamola/public_html/cgi-bin/mono-cgi
AddHandler mono-cgi .aspx .asmx .ashx .ascx .asax .axd .config .cs
mono-cgi:
#!/opt/mono-3.0.2/bin/fastcgi-mono-server4 -f
-connect /tmp/mono-fcgi.sock /home/admin/mono-fcgi
mono-fcgi:
!/
bin/sh
umask 0077
exec >>/tmp/mono-fcgi.log
exec 2>>/tmp/mono-fcgi.err
Now I found how to build and install mono 2.6.x to TC.First install packages - base-dev, make, pkg-config, gcc, bison, binutils, gettext, glib2-dev, glib2thenwget http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.1.tar.bz2tar xjvf mono-2.6.1.tar...
Novell announced the availability of Mono for Android, which enables Microsoft .NET application development for Android. Mono for Android consists of a plug-in for Microsoft Visual Studio, a core Mono runtime, a software development kit, and bindings for native Android APIs, all starting at $399 per year, says the company....
I am trying to install Mono from source (because in the future I will need to fix a bug in it).
PROBLEM: The compiled Mono does not behave properly.
Note: http://www.mono-project.com/Compiling_Mono_From_Git is not the whole answer.
I'm running mono 2.10 on CentOS 5.5 with Apache 2. I've installed it already, and am running a WCF service on it currently.
But I can't do mono -V or mono program.exe, which makes me think I installed it incorrectly. The mono binary is in my /opt/mono/bin/ folder.
What can I do?
Mono, a portable and open source implementation of the .NET framework for Unix, and other operating systems, has reached version 3.0 Beta. Developer of Mono 3.0 have explained that the new version is a direct update from Mono 2.10, based on the master branch of github. Mono 2.10 will still be updated for another six months for the users unable upgrade t... (read more)