Mono ASP.Net Config

February 13 0 Comments Category: Business

In case you're wondering, here are a few differences between Microsoft's .Net and the Mono CLI for ASP.Net. The <%@ Page Language="C#" CodeBehind="index.aspx.cs" %> doesn't work To correct replace "CodeBehind" with "Src"       The "Web.config" file must be named "web.config" … all lower case I'm sure there are more… I'll post them as I [...]

Mono Installation Notes

February 13 0 Comments Category: Business

Instructions for building mono from source … Ubuntu 8.04 LTS, Mono 2.2 Resources: http://blog.ruski.co.za/page/Install-Mono-126-on-Ubuntu-710.aspx # General build files sudo apt-get install build-essential \ pkg-config \ bison \ gawk # Development headers for build instructions sudo apt-get install libglib2.0-dev \ libcairo2-dev \ libpng12-dev # Option (for image manipulations) sudo apt-get install libungif4-dev \ libjpeg62-dev \ libtiff4-dev [...]

Mono Error… not that bad after all.

February 12 0 Comments Category: Business

If you've gotten this error: [crit] (13)Permission denied: Failed to attach to existing dashboard, and removing dashboard file '/tmp/mod_mono_dashboard_XXGLOBAL_1' failed (Operation not permitted). Further action impossible. Then it isn't as bad as you might think.  From "grendel" on irc.gnome.org, this error is a bug in the startup routine for the mono dashboard functions.  This causes [...]