[Mono-list] XSP test fails

2005-04-05 Thread brian betts
Hi. I just installed XSP/Mod_mono. I'm running osx, mono 1.1.5, Apache2. When I run XSP, I get a Error 500. I read on this list that deleting .wapi dir might help but i didn't. I get the following errors: xsp Listening on port: 8080 Listening on address: 0.0.0.0 Root directory: /usr/share/doc/xs

[Mono-list] Communicating Mono

2005-04-05 Thread Dan Maltes
Simon, when your application is ready to be revealed it might make a good case study for mono. Speaking of case studies, I think perhaps having a few of the mono based products Miguel mentioned should become case studies on the mono wiki website. Put a case study link right in the navigation

[Mono-list] Gtk# problem on Mac OSX.

2005-04-05 Thread Wei Weng
I have mono 1.1.4 and Gtk# 1.0.8 installed(from the source), on OSX 10.3. I have a very simple testing program: // project created on 03/15/2005 at 15:47 using System; using Gtk; class Test { public static void Main(string[] args) { Application.Init ();

[Mono-list] Problems installing mod_mono on Apache 2 in Slackware 10.1

2005-04-05 Thread Jonathan Mezach
Hello there, I'm having some problems getting mod_mono to work on my Slackware 10.1 with Apache 2 installed. By default Slackware 10.1 comes with Apache 1.3, so I didn't install that package and got an Apache 2 package from www.linuxpackages.net (I need Apache 2 for SubVersion stuff). Then I d

[Mono-list] Boo 0.5.2 released

2005-04-05 Thread Doug Holton
Boo 0.5.2 was released by Rodrigo B. de Oliveira. From http://boo.codehaus.org/ "Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility." The sources and bi

Re: [Mono-list] Examples of proprietary code developed on Mono

2005-04-05 Thread Julien Gilli
On Mon, 2005-04-04 at 20:54 -0400, Jonathan Pryor wrote: > On Mon, 2005-04-04 at 14:36 +0200, Julien Gilli wrote: > > On Mon, 2005-04-04 at 06:48 -0400, Jonathan Pryor wrote: > > > On Mon, 2005-04-04 at 12:33 +0200, Julien Gilli wrote: > > > Generally speaking, if it's non-commercial it would be

[Mono-list] IPEndPoint/Socket.Bind behaviour

2005-04-05 Thread Symon Chalk
I'm developing a multi-homed server app. that has to listen for broadcast UDP. I've tried the following: EndPoint local = new IPEndPoint(ip, port); . . . listen.Bind(local); Where "ip" is an IPAddress with a parsed address or hostname and "listen" is a Socket instantiated with SocketType.D

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-05 Thread simon
I read that post after some playing around and changed persistent to true which solved some issues. The other issue I was having was that when i set a cookie other that the auth cookie that my auth cookie disappeared! Im not sure if this is a bug or not, it would take some testing to determine

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-05 Thread Ilya Kharmatsky
Hi, Simon! I want just clarify the status of FormsAuthentication - see already fixed bug: http://bugzilla.ximian.com/show_bug.cgi?id=73545 which should resolve this issue. Thanks, Ilya. simon wrote: Ive recently successfully ported an ASP.Net application from MS .net to mono-1.1.4. This applic

[Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-05 Thread simon
Ive recently successfully ported an ASP.Net application from MS .net to mono-1.1.4. This application was approximately 250-300 days development, is currently deployed and in production on windows server 2003, has 2 external interfaces and used an MS SQL server database. As an experiment I por

[Mono-list] Problem with ASP.NET Cache

2005-04-05 Thread Antoine CAPELLE
Hi everybody ! I’m getting some troubles with the cache in asp.net. While an ASP.NET application is running, NullReferenceExceptions randomly appear when writing to or reading from cache.   I’ve got this error :   System.NullReferenceException: Object reference not set to an instance