View Single Post
  #64 (permalink)  
Old 08-27-2008, 05:58 PM
Nosey's Avatar
Nosey
Regular 'Geeker
Offline
 
Join Date: Jul 2008
Posts: 313
Reputation: 90
Nosey is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: MusicFlo 1.22 - Updated August 27, 08

here you go, from the error/details screen

MusicFlo.exe
InvalidCastException
Conversion from string "" to type 'Integer' is not valid.

at Microsoft.VisualBasic.CompilerServices.Conversions .ToInteger(String Value)
at Microsoft.VisualBasic.CompilerServices.Conversions .ToInteger(Object Value)
at MusicFlo.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form._SetVisibleNotify(Boolea n fVis)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.Run(Form fm)
at MusicFlo.Form1.Main()