I've just had an unhandled exception (Object reference not set to an instance of an object).
I viewed a scan log that had no results, clicked 'Finish and Close', and the stack threw:
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.ToolStripProgressBar.set_Valu e(Int32 value)
at EduSweep.ResultsViewer.backgroundWorkerPopulate_Pr ogressChanged(Object sender, ProgressChangedEventArgs e) in C:\Users\Paul\Visual Studio 2008\Projects\EduSweep\Script Spy\ResultsViewer.cs:line 535
at System.ComponentModel.BackgroundWorker.OnProgressC hanged(ProgressChangedEventArgs e)
at System.ComponentModel.BackgroundWorker.ProgressRep orter(Object arg)

