[Mono-list] HttpException not being caught

2003-08-17 Thread Piers Haken
I'm not sure if this is new, but when an IHttpHandler.ProcessRequest method throws an exception like this: throw new HttpException (401, Forbidden); the server isn't returning the correct code/message. Also, it seems that setting context.Response.StatusCode has no effect. Piers.

[Mono-list] if-modified-since

2003-08-17 Thread Piers Haken
attached is a small patch to StaticFileHandler that makes use of the if-modified-since/last-modified http headers. Piers. modified.patch Description: modified.patch

Re: [Mono-list] if-modified-since

2003-08-17 Thread Gonzalo Paniagua Javier
El dom, 17-08-2003 a las 11:27, Piers Haken escribió: attached is a small patch to StaticFileHandler that makes use of the if-modified-since/last-modified http headers. It seems that DateTime.Parse is unable to parse things like: Sat, 29 Oct 1994 19:43:31 GMT. Without that, the patch is

Re: [Mono-list] xsl-fo for mono?

2003-08-17 Thread Oleg Tkachenko
Chris Turchin wrote: does anyone out there have experience with (or knowledge of) xsl-fo components for mono or .NET in general? I'm not aware of any .NET implementations, except for nfop (which I believe is port of Apache FOP to J#). Btw, I'm wondering if anybody is interested to participate

Re: [Mono-list] debugger

2003-08-17 Thread Sebastian Bergmann
Herscovici, Avi wrote: Is it still broken? I successfully compiled it yesterday but mono-debug crashes: Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required in (unmanaged) 06 GLib.Object:g_object_unref (intptr) in 0x4

[Mono-list] nunit-console.exe - Segmentation fault

2003-08-17 Thread Giuseppe Greco
Hi all, after the update of yesterday, besides the problems with monodoc, nunit-console.exe doesn't function any more. When trying to run it, I always get the message Segmentation fault. That's all. No additional info. Any idea? Gius_. -- Giuseppe

[Mono-list] Use Cases

2003-08-17 Thread PJ Lightfoot
Title: Message Hi, I would like to hear from anyone who has details or know of cases where a company has successfully implemented software written originally for a Windows environment in .Net onto a Unix-like platform (commercially)? Any information along these lines will be greatly

[Mono-list] Re: [Gtk-sharp-list] DllImport on *.so files

2003-08-17 Thread fd
On Sun, 2003-08-17 at 07:25, Dag Wieers wrote: Hi, Because of the fact that most uses of DllImport is done on the .so files (with libmajor), anyone interested in running a mono-application need to have these development-packages installed. These .so files are usually symbolic links to a

[Mono-list] problem with myodbc

2003-08-17 Thread danilo lujambio
Hi, I have worked with myodbc with C# but I didn't have good results I passed some steps that I read from lists ( like link libodbc32 to liobdbc , etc ) and I am working with the code from System.Data/Test/Odbc.Test.cs . Now I have an error about authentication on database, the user is OK and

[Mono-list] Toolkits for Mono overview.

2003-08-17 Thread Miguel de Icaza
Hey guys, I wrote a small document on GUI toolkits available for developing applications with Mono, you can find it here: http://primates.ximian.com/~miguel/mono-toolkits.html Please send me comments and updates, I might not reply soon as am on a long trip. Miguel.

RE: [Mono-list] Patch for String.Replace

2003-08-17 Thread John BouAntoun
That test case returns 0 on .net 1.1 windows JBA -Original Message- From: Jackson Harper [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 August 2003 1:31 AM To: mono list Subject: [Mono-list] Patch for String.Replace Hello, Attached is a patch that changes the behavoir of