GoogleCodeArchive / hfm-net

Automatically exported from code.google.com/p/hfm-net
0 stars 0 forks source link

Problem writing to Work Unit History Database running under Czech Culture. #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[28.3.2012-5:19:42] X System.FormatException: Vstupní řetězec nemá 
správný formát.
   v System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   v System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   v System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
   v System.String.System.IConvertible.ToDouble(IFormatProvider provider)
   v System.Convert.ToDouble(Object value, IFormatProvider provider)
   v System.Data.SQLite.SQLiteStatement.BindParameter(Int32 index, SQLiteParameter param)
   v System.Data.SQLite.SQLiteStatement.BindParameters()
   v System.Data.SQLite.SQLiteCommand.BuildNextCommand()
   v System.Data.SQLite.SQLiteDataReader.NextResult()
   v System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
   v System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
   v System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
   v HFM.Core.UnitInfoDatabase.WriteUnitInfoToDatabase(SQLiteConnection con, UnitInfoLogic unitInfoLogic)
   v HFM.Core.UnitInfoDatabase.WriteUnitInfo(UnitInfoLogic unitInfoLogic)
   v HFM.Core.Client.UpdateUnitInfoDatabase(UnitInfoLogic unitInfoLogic)

Original issue reported on code.google.com by harlam357 on 30 Mar 2012 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by harlam357 on 1 Apr 2012 at 4:40

GoogleCodeExporter commented 9 years ago
Marked Fixed for Revision 560.

Original comment by harlam357 on 5 Apr 2012 at 2:53