[Mono-list] xsp not able to run temperature.aspx from it's testsuite ?

George Kodinov gkodinov@openlinksw.co.uk
Wed, 03 Dec 2003 18:19:23 +0200


Gonzalo,

I've done some analysis myself.

I think this uncovers the more fundamental problem w/ the recent mono=20
runtimes.
I started getting that problem approximately a week ago (I update my=20
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 =3D "";

      output =3D value.Replace ("\\", "\\\\");
      if (output =3D=3D null)
        Console.WriteLine ("output=3DNULL");
      else  =20
        Console.WriteLine ("output=3D[{0}] type=3D[{1}]", output,=20
output.GetType());
    }
}


That gives on MS.NET :
output=3D[] type=3D[System.String]

wheres on mono it returns (I compile mine w/ ICU):
output=3DNULL

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=E9, 03-12-2003 a las 12:02, George Kodinov escribi=F3:
> =20
>
>>Hi,
>>
>>I've been trying the mono 0.29.
>>Mono throws NullReferenceException in running temperature.aspx under=20
>>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 i=
n=20
>>the runtime or is it a bug in the aspx file itself (it used to work fin=
e=20
>>until recently).
>>   =20
>>
>
>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  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
> =20
>

--=20
George Kodinov               Email : gkodinov@openlinksw.co.uk
Developer                    Web   : http://www.openlinksw.com
OpenLink Software            Phone : +359 32 637 475
XML & E-Business Infrastructure Technology Providers