Object reference not set to an instance of an object. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.Source Error: 
Line 22:  Category category = new Category();
Line 23:             DataTable dataTable = new DataTable();
Line 24:             dataTable=SystemTools.ConvertDataReaderToDataTable(category.GetCategorys());
Line 25:  treeView.Nodes.Clear();     ///清空树的所有节点
Line 26: 
其中SystemTools是一个命名空间SQLHelper 的一个类,
SQLHelper.SystemTools 的成员包括:
1. SQLHelper.SystemTools.ConvertDataReaderToDataTable(System.Data.SqlClient.SqlDataReader)
2. SQLHelper.SystemTools.SystemTools()
而且我在前面已经对此命名空间加以引用了,但是还是出现上面红色的错误。
小弟特请高手指点迷津!
谢谢了!