View Single Post
  #1  
Unread 03-21-2017, 03:23 PM
MarkSam MarkSam is offline
A Grove Wisp
 
Join Date: Jul 2005
Server: Guk
Posts: 28
Default DarqUI Utility error

Got this when selecting a character in the Inventory Tab:

Said something like can't convert string to Long, then...:


************** Exception Text **************
System.InvalidCastException: Conversion from string "" to type 'Long' is not valid. ---> System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDecimal(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(String Value)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(String Value)
at DarqUI_Unified.InventoryOps.ComboBoxInvChars_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Reply With Quote