AnantLabs / gwatchman

Automatically exported from code.google.com/p/gwatchman
1 stars 0 forks source link

System.FormatException on Startup #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
System.FormatException: Входная строка имела неверный 
формат.
   в System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   в System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
   в GWatchNS.settingsForm.SettingsToControls(Settings conf)
   в GWatchNS.settingsForm.settingsForm_Load(Object sender, EventArgs e)
   в System.Windows.Forms.Form.OnLoad(EventArgs e)
   в System.Windows.Forms.Form.OnCreateControl()
   в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   в System.Windows.Forms.Control.CreateControl()
   в System.Windows.Forms.Control.WmShowWindow(Message& m)
   в System.Windows.Forms.Control.WndProc(Message& m)
   в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   в System.Windows.Forms.Form.WmShowWindow(Message& m)
   в System.Windows.Forms.Form.WndProc(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

P.S. I'm running Windows 7 (x64) with russan locale

Original issue reported on code.google.com by sergey.g...@gmail.com on 25 Nov 2010 at 6:54

GoogleCodeExporter commented 9 years ago
Thanks for your input.
I will look into this asap.

Merging with issue 37

Original comment by tborycho...@gmail.com on 13 Dec 2010 at 10:01