[Mono-list] Upgrading from Mono 2.0 to 2.2

2009-03-17 Thread Hiawatha
I have a web site that requires Mono 2.2 but I only have 2.0 installed. What's the easiest way to upgrade? I'm running on Ubuntu Server 8.10. Thanks! -- View this message in context: http://www.nabble.com/Upgrading-from-Mono-2.0-to-2.2-tp22532331p22532331.html Sent from the Mono - General

[Mono-list] Will Mono 2.4 have an installer for Ubuntu?

2009-03-17 Thread Hiawatha
Meaning can I just do an apt-get update or apt-get install to get 2.4? Thanks! Mike -- View this message in context: http://www.nabble.com/Will-Mono-2.4-have-an-installer-for-Ubuntu--tp22541444p22541444.html Sent from the Mono - General mailing list archive at Nabble.com.

Re: [Mono-dev] Adding namespaces to an XmlDocument not working

2009-03-14 Thread Hiawatha
Thanks! Bug 485419 Submitted.. Stifu wrote: I did a quick search on all Mono XmlDocument bugs, and none mentioned namespaces, so I guess it's not known. Please report it. Instructions: http://mono-project.com/Bugs#How_to_make_a_good_bug_report Hiawatha wrote: Hi guys.. I have

[Mono-dev] Adding namespaces to an XmlDocument not working

2009-03-13 Thread Hiawatha
Hi guys.. I have the following code that works perfectly on .NET: string xml = FooDynamic:bar123/Dynamic:bar/Foo; XmlDocument doc = new XmlDocument(); NameTable nt = new NameTable(); XmlNamespaceManager nsmgr = new XmlNamespaceManager(nt);

[Mono-dev] Architectural decisions behind mod_mono

2009-03-08 Thread Hiawatha
Hi all - I'm investigating the possibility of porting a site from .NET/Windows Server to Apache/Mono and am doing some homework about running Mono applications on the web. As it stands, it seems the two choices are XSP, which is designed to be a test/debug server and not for highly scalable

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-08 Thread Hiawatha
Wow these are all really great replies! Thanks for the info. I think I was under the idea it was using TCP/IP sockets to communicate between processes and that was making me scratch my head. I'm kinda curious as to why Mono hasn't really caught on as a web platform, as far as performance it