I've done some analysis myself.
I think this uncovers the more fundamental problem w/ the recent mono runtimes.
I started getting that problem approximately a week ago (I update my Mono CVS daily).
It's best demonstrated by the following program :
using System;
public class gogo
{
public static void Main (String [] args)
{
string output, value = "";output = value.Replace ("\\", "\\\\");
if (output == null)
Console.WriteLine ("output=NULL");
else Console.WriteLine ("output=[{0}] type=[{1}]", output, output.GetType());
}
}
That gives on MS.NET : output=[] type=[System.String]
wheres on mono it returns (I compile mine w/ ICU): output=NULL
I also get some ICU warnings running the above program (not sure if it's relevant) :
** Message: : usearch_open error: U_ILLEGAL_ARGUMENT_ERROR
My LANG setting is : bg_BG.UTF-8
Best Regards, George Kodinov
Gonzalo Paniagua Javier wrote:
El mi�, 03-12-2003 a las 12:02, George Kodinov escribi�:
Hi,
I've been trying the mono 0.29.
Mono throws NullReferenceException in running temperature.aspx under xsp.exe.
I've updated all of it from the CVS, but the problem remains.
Does somebody have simular problems w/ temperature.aspx ? Is it a bug in the runtime or is it a bug in the aspx file itself (it used to work fine until recently).
It's fixed in CVS now. I've uploaded this, just in case you don't want to build from CVS: http://primates.ximian.com/~gonzalo/tmp/System.Web.dll.gz
Thanks.
-Gonzalo
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
-- George Kodinov Email : [EMAIL PROTECTED] Developer Web : http://www.openlinksw.com OpenLink Software Phone : +359 32 637 475 XML & E-Business Infrastructure Technology Providers
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
