View Single Post
Old 09-06-11, 08:12 AM   #19
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Kentas View Post
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.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at TheDarkWraith.SilentHunter5.SH5Validator.CheckSequ entialOrdering(String file, String sw, String ew, enumdisplaymessage checkingforedm, enumdisplaymessage doesntexistedm, enumdisplaymessage edm)
That's what I needed to see Looks like you have another type of error in one of your class files
TheDarkWraith is offline   Reply With Quote