04-16-2016, 09:48 PM
|
#2436
|
Rookie
|
Re: Madden Roster Editor V1
Ok so I played around with the code and it now removed the errors about the lines but the other errors remain (I thought they would go too :P)
The rest are as follows
************* Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Madden12RosterReader.Form1.ImportGenericTable(Madd enTable table)
at Madden12RosterReader.Form1.importPlayersToolStripM enuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Not too sure at all in regards to them as not sure what I am looking to fix
|
|
|