12-11-2009, 06:39 PM
|
#73 (permalink)
|
|
All Star Starter
Join Date: Apr 2007
Posts: 1,039
Thanks: 68
Thanked 65x in 46 posts
|
Quote:
Originally Posted by udbacker58
When I try to run the program, I get the error shown below. If I hit continue, it goes to the setup page, but there are no teams to choose from.
Object reference not set to an instance of an object.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at ScoutingTracker.DLL.OOTPDatReader.GetTeamsWithScou tingReports()
at ScoutingTracker.BLL.ScoutManager.GetTeamsWithScout ingReports()
at ScoutingTracker.UI.FormSetup.backgroundWorker1_DoW ork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(Do WorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThrea dStart(Object argument)
|
Any ideas?
|
|
|