Re: [Mono-dev] [PATCH] System.Data API signature fixes

2006-05-31 Thread T Senganal
Hi I am currently implementing 2.0 api in System.Data namespace and am fixing any api mismatches along the way.. There are quite some API signature mismatches because Mono classes derive from base classes in that namespace. Do you want me to post a patch for this too If u havent already

[Mono-dev] [patch] System.Web.HttpApplication.InitOnce

2006-05-31 Thread Andrew Skiba
Hello, While running in custom web hosting of NunitWeb I got a NullReferenceException from TemplateParser.cs:118. The problem is that HttpContext.Current is null. It's hard to reproduce in a small standalone test, though. So I attach the stacktrace of my exception together with the patch that

[Mono-dev] Newlines and startup scripts

2006-05-31 Thread Brian Crowell
All right, so I'm a Linux n00b. So I don't have any clue whether what I'm about to describe is purely a Linux issue or a Mono issue. Here's what I've got. I'm running Mono from a startup script as a background task, something like: #!/bin/sh ... start) echo Starting

Re: [Mono-dev] Newlines and startup scripts

2006-05-31 Thread Brian Crowell
Brian Crowell wrote: All right, so I'm a Linux n00b. So I don't have any clue whether what I'm about to describe is purely a Linux issue or a Mono issue. Here's what I've got. Update: Definitely a Linux issue. This goes back to fun times with serial devices. For anyone interested (and who