Hello,
When I check for updates, I get this exception with callstack below :
@ System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
@ ScreenToGif.Pages.Information.webClient_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
@ System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
My windows install is French, might be a culture parsing error.
Thx
Comments: Hello, thanks for the feedback. Actually, it's a problem with the current version of the software. The app compares the current version number with the new one. But I'm comparing the versions using numbers, so converting "1.4.1" gives an error. My mistake. I forgot to check that feature. :\ Btw, I'm using Culture.Invariant to convert to double. (So, there is no problem because of different cultures)
When I check for updates, I get this exception with callstack below :
@ System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
@ ScreenToGif.Pages.Information.webClient_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
@ System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
My windows install is French, might be a culture parsing error.
Thx
Comments: Hello, thanks for the feedback. Actually, it's a problem with the current version of the software. The app compares the current version number with the new one. But I'm comparing the versions using numbers, so converting "1.4.1" gives an error. My mistake. I forgot to check that feature. :\ Btw, I'm using Culture.Invariant to convert to double. (So, there is no problem because of different cultures)