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. Regards, Jeroen