doenietzomoeilijk / navbot

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

FormatException in ItemDatabase.InterpretRow #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From dedlog:
2007.10.07 13:03
maybe - you can help me, i have an Problem with you last revision. If I 
hit "Let's see waht you have for me today" i get the following Error-Msg 
in my Clipboard:

System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, 
NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseSingle(String value, NumberStyles options, 
NumberFormatInfo numfmt)
   at System.Single.Parse(String s, NumberStyles style, NumberFormatInfo 
info)
   at EveMarketTool.ItemDatabase.InterpretRow(Dictionary`2 fields)
   at EveMarketTool.EveExportReader.ReadFromString(String text)
   at EveMarketTool.EveExportReader.ReadFromResource(String filename)
   at EveMarketTool.ItemDatabase..ctor()
   at EveMarketTool.TradeFinderFactory.Create()

Original issue reported on code.google.com by mark.oco...@gmail.com on 14 Oct 2007 at 9:02

GoogleCodeExporter commented 9 years ago
I'm pretty sure I tried to fix this in revision F - maybe dedlog has a 
different 
i18n setting that's messing things up?

Original comment by mark.oco...@gmail.com on 14 Oct 2007 at 9:03