Was this page helpful?

Error "This page's contents could not be loaded"

    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

    1. Make sure the API log is set to DEBUG level (This can be changed by editing the MindTouch.host.exe.config - note you need to restart the API after making this change)
    2. Tail the api log and look for the following reference NotImplemented 
    3. If you find NotImplemented then that means that you need to upgrade your version of Mono

     

    Upgrading Mono

    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.

     

    Upgrade Mono on Debian/Ubuntu

    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 
    
     
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by