I'm getting "Input string was not in a correct format." exception when trying to connect to our Redmine server. The URL is obviously read right, it locates the right server and it also tries to connect. When I type in wrong login, it gives "Authentication failed". So it's something that happens during successful login that causes this. Also, according to this http://support.microsoft.com/kb/942460 , this has probably something to do with locale setting (I have Czech localised version of Windows (XP), so this might and might not only happen with Czech locale).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-07-11
its because your project id is a string and not an integer
i test a version run with redmine 2.0.3
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm getting "Input string was not in a correct format." exception when trying to connect to our Redmine server. The URL is obviously read right, it locates the right server and it also tries to connect. When I type in wrong login, it gives "Authentication failed". So it's something that happens during successful login that causes this. Also, according to this http://support.microsoft.com/kb/942460 , this has probably something to do with locale setting (I have Czech localised version of Windows (XP), so this might and might not only happen with Czech locale).
its because your project id is a string and not an integer
i test a version run with redmine 2.0.3