(着急)运行时候出错,代码没有错啊
谁帮我看看,是怎么回事,就这一快出错误private void ResetStatus()
{
//开始
this.toolBar.Buttons[0].Enabled = true; 有错误
//中止
this.toolBar.Buttons[1].Enabled = false; 有错误
//导出
if(this.weatherSpider != null)
{
this.toolBar.Buttons[3].Enabled = true;
}
this.menuItem_Start.Enabled = true;
this.menuItem_Cancel.Enabled = false;
}
错误 1 找不到类型或命名空间名称“NUnit”(是否缺少 using 指令或程序集引用?) E:\下载的C#程序\从中央气象台网站提取天气预报信息(源码)\WeatherSpider\TestWeatherSpider\TestWeatherSpider.cs 4 7 TestWeatherSpider
错误 2 找不到类型或命名空间名称“Test”(是否缺少 using 指令或程序集引用?) E:\下载的C#程序\从中央气象台网站提取天气预报信息(源码)\WeatherSpider\TestWeatherSpider\TestWeatherSpider.cs 17 4 TestWeatherSpider
错误 3 找不到类型或命名空间名称“Test”(是否缺少 using 指令或程序集引用?) E:\下载的C#程序\从中央气象台网站提取天气预报信息(源码)\WeatherSpider\TestWeatherSpider\TestWeatherSpider.cs 26 4 TestWeatherSpider
错误 4 找不到类型或命名空间名称“TestFixture”(是否缺少 using 指令或程序集引用?) E:\下载的C#程序\从中央气象台网站提取天气预报信息(源码)\WeatherSpider\TestWeatherSpider\TestWeatherSpider.cs 8 3 TestWeatherSpider