CS0234: 类型或命名空间名称“Global”在类或命名空间“System.Web.UI.WebControls
我在使用AdRotator控件调试报错:
CS0234: 类型或命名空间名称“Global”在类或命名空间“System.Web.UI.WebControls.AdRotator”中不存在(是否缺少程序集引用?) 请哪位高手指点下,谢了!!!!!
例如:
void Application_Start(object sender, EventArgs e)
{
using (System.IO.StreamWriter strwrite = new System.IO.StreamWriter(@"E:\WebSite3\Session.txt", false, Encoding.Default))
}