If you see the error "This page's contents could not be loaded" where the page content should be then your Mono version may be old.
Here is a way to confirm if Mono is causing this issue
The current stable version of Mono that is supported is 2.4.2.3. To upgrade to this follow the steps below for your Distribution.
Each line is a separate command that needs to be run:
apt-get update apt-get install gcc libtool bison pkg-config libglib2.0-dev gettext make bzip2 wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.4.2.3.tar.bz2 tar xfvj mono-2.4.2.3.tar.bz2 cd mono-2.4.2.3 ./configure --prefix=/opt/mono-2.4 make make install cd /usr/bin mv mono mono.old mv gmcs gmcs.old ln -s /opt/mono-2.4/bin/mono /usr/bin/mono ln -s /opt/mono-2.4/bin/gmcs /usr/bin/gmcs
Verify versions
dekiwiki:~# mono --version
Mono JIT compiler version 2.4.2.3 (tarball Fri Aug 28 16:42:37 PDT 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
dekiwiki:~# gmcs --version
Mono C# compiler version 2.4.2.3
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by