[Mono-list] Mono/XSP problem with CultureInfo?

Gonzalo Paniagua Javier gonzalo@ximian.com
Wed, 22 Oct 2003 11:28:37 +0200


El mar, 21-10-2003 a las 23:08, Hervé Poussineau escribió:
> Hi,
> 
> I have an ArgumentException when I want to see a page served by XSP.
> 
> First step, I go to the test directory of xsp, and launch the server with:
>     mono ../server/xsp.exe
> 
> Second step, I try to receive index page : wget http://localhost:8080
> 
> After 22 seconds, an exception is thrown:
> Unhandled Exception: System.ArgumentException: An invalid argument was
> specified.
> in (unmanaged)
> /home/hpoussin/mono/install/lib/libmono.so.0(mono_raise_exception+0x20)
> [0x40087754]
> in (unmanaged) /home/hpoussin/mono/install/lib/libmono.so.0 [0x400b201c]
> in <0x0005a> System.Globalization.CultureInfo:Construct (int,string,bool)

Mmm. Do you have ICU installed and mono runtime compiled with support
for that? Either you have ICU or not, please add this to bugzilla so
that we track this down.

Thanks!

-Gonzalo