Thread: Problem !!!
View Single Post
  #3  
Unread 04-28-2006, 10:49 AM
ShadowProwler420's Avatar
ShadowProwler420 ShadowProwler420 is offline
A Griffon
 
Join Date: Nov 2004
Server: Permafrost
Posts: 660
Default

This is probably the better solution to your issue (taken from the same thread referred to above)....

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.



__________________

"Certainty of death! Small chance of success! What are we waiting for?!"

Reply With Quote