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: Ok thanks ! Culture.Invariant always does the trick for me also :)
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: Ok thanks ! Culture.Invariant always does the trick for me also :)