Thread: Map not works
View Single Post
  #2  
Unread 09-04-2006, 12:25 PM
Ruddles Ruddles is offline
A small badger.
This person is a EQ2Map developer.
 
Join Date: Apr 2005
Server: Splitpaw
Posts: 86
Default

From the "Common Problems (and solutions)" thread (http://www.eq2interface.com/forums/s...ead.php?t=3203)

Problem:
Unknown Error:
The currency separator information specified in the NumberFormatInfo is ambiguous for parsing.
at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value)
at Microsoft.VisualBasic.CompilerServices.IntegerType.FromObject(Object Value)
at WindowsApplication7.Form1.DownloadExtras()
at WindowsApplication7.Form1.DoUpdates()
at WindowsApplication7.Form1.Timer3_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)

Solution:
To those getting the same error, maybe this will help:
http://www.experts-exchange.com/Pro...Q_20837350.html

I went to control panel -> regional and language options -> Customize
and there I noticed that somehow my thousand and decimal seperator were both set to the same character (.)
I fixed the problem, and now the updater works fine again.
__________________
Spirit Of Dawnsong
Reply With Quote