View Single Post
  #3  
Old 09-14-2009, 01:22 AM
nightsta69
Hill Giant
 
Join Date: May 2005
Posts: 134
Default

Code:
[9/13/2009 - 3:15 PM] Error checking updates.
System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   --- End of inner exception stack trace ---
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   at ServerTender.Form1.GetVersionNumber(String f)
   at ServerTender.Form1.UpdateFromSVNNow()
i'm getting this error when it trys to source the eqemu source sqls. i'd try to fix it but its a little bit beyond my capabilities.
Reply With Quote