Set CultureInvariantValues="true"
from the docs:
Culture Invariant Values - When doing
conversion on a compare validator's
non strongly-typed properties
(CompareValidator.ValueToCompare,
RangeValidator.MaximumValue,
RangeValidator.MinimumValue) the
validator will use a culture neutral
format (Date: YYYY/MM/DD, Double &
Currency: US culture format) to do the
conversion when CultureInvariantValues
is true.
EDIT
Searching on the web, I found a similar question in another forum, see:
http://forums.asp.net/t/1229615.aspx, maybe the last answer (that was gave by Mohan.Raju) can solve your problem too.