El jue, 11-12-2003 a las 17:05, Jeroen Frijters escribió:
> Hi,
>
> The following code throws a System.ArgumentException:
>
> using System.Globalization;
>
> class Test {
> static void Main() {
> CultureInfo.GetCultures(CultureTypes.AllCultures);
> }
> }
>
> This causes NAnt-0.84-rc1 not to work.
Don't forget to add this to bugzilla, please.
-Gonzalo