Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

2005-04-17 Thread Atsushi Eno
Hi, The details are not clear so I cannot identify how TextInfo.ToLower() caused the problem precisely. But I fixed some that _might_ have caused it, so can you try again with the latest svn? It never happens on xsp test pages and we don't know your website's details. So there is no way to

Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

2005-04-17 Thread Joe Audette
Hi Atsushi, Thanks for the quick response. I tried pulling down the latest from svn again this morning (rev 43143) but the problem still exists with the same symptoms. One thing I noticed last night is its not that only 1 site works for some reason I can get both http://www.mojoportal.com and

[Mono-devel-list] About the async sockets issues

2005-04-17 Thread Thomas Harning Jr.
Before any people ignore this, I'd first like to ask... does anyone have any examples of using libevent or better documentation? The docs kinda suck. As soon as my courses are finished for the year and/or perhaps when I get a little time to relax, I'll work on figuring out how libevent works

Re: Fwd: Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

2005-04-17 Thread Atsushi Eno
Hi Joe, So I tried xsp/test modifying web.config (appSettings) and global.asax (OnBeginRequest()) but it didn't differentiate on xsp. I made another commit to svn (r43147), which should not have happened. Now I have really no idea why NullReferenceException is thrown inside TextInfo.ToLower(). If

Re: Fwd: Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

2005-04-17 Thread Joe Audette
Hi Atsushi, I pulled down the code from svn again but I got rev 43146 not 43147 after build and restart apache http://www.mojoportal.com works http://www.joeaudette.com works htpp://demo.mojoportal.com broken with same error as before at least the 2 most important are working for the moment.

Re: Fwd: Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

2005-04-17 Thread Atsushi Eno
Hi Joe, Mhm, randomly happening. I wonder if TextInfo is the actual problem. Anyways, my latest change is r43147 in mcs. It must be there ;-) at least I received it via mono-patches list. You can try debugging in two ways. 1) If you use mod_mono, add MonoDebug in your corresponding mod_mono

Re: [Mono-devel-list] Read failure with XSP on Windows

2005-04-17 Thread Gonzalo Paniagua Javier
On Wed, 2005-04-13 at 09:24 +0100, Kevin Flanagan wrote: Hello - I've installed Mono 1.1.4 on XP Pro - am writing an ASP.NET app to run under .NET and Mono, so it's very helpful to be able to test both on the same OS. The app (quite simple at present) basically runs fine under Mono, after a

Re: Fwd: Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

2005-04-17 Thread Joe Audette
Atsushi, Im now at r43150 and its working for all sites again! Whatever you did must have fixed it. Thanks very much, Joe --- Atsushi Eno [EMAIL PROTECTED] wrote: Hi Joe, Mhm, randomly happening. I wonder if TextInfo is the actual problem. Anyways, my latest change is r43147 in mcs.