Hi, the following code throws a DivisionByZero exception when run with mono: ==== UInt32 value = 2147483648; value /= 10; ==== -- Martin Baulig martin@gnome.org