In Document\DateField.cs line 52,
System.Convert.ToString( method of .net framworks 1.1
cannot use a base other than 2, 8, 10, 16, but here an
const int 36 is passed to the method. This will cause
a runtime exception when using DateField. Previous
version works well, dont know why this line changed.