20,20 is not a valid value for Int32?

  • Thread starter Thread starter Robin Tucker
  • Start date Start date
R

Robin Tucker

I have a customer (our first "beta" case as it happens) who has Norwegian
Windows XP. Our software is not translated to Norwegian (yet), we just have
the basic, default, EN version. Anyway, when the software runs he gets an
exception:

"20, 20 er en ugyldig verdi for Int32."

.... which roughly translates to, "20, 20 is not a valid value for Int32".

I have no idea where this exception occurs, given that the exception reports
no module and line number 0 when I check the trace! (presumably, it's
outside of "main").

The workaround turns out to be for him to change his language settings in
control panel to English. Then all works well. Obviously I'm busy
installing Norwegian XP onto a test machine here at the moment, but I'm
curious to know what/where/how/who could possibly cause this error? Any
ideas?



Robin
 
in many other countries, a , is used where a . may be used here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top