错误 1 未能找到类型或命名空间名称“DevComponents”(是否缺少 ...
1)下载DevComponents.DotNetBar2.dll(VS2010需要v10.0以上版本)2)为工程添加引用,浏览找到DevComponents.DotNetBar2.dll3)打开工具箱,右键【选择项】弹出单击浏览按钮,选择DevComponents.DotNetBar2.dll4)代码中添加using DevComponents.DotNetBar;
未能找到类型或命名空间“xxx"(是否缺少using指令或程序引用?怎...
展开全部 C#有他自己的方法,所以你调用时要导入命名空间using System;using System.Web;using System.Web.UI.WebControls;就像如果你要生成动态控件则必须using System.Web.UI.WebControls;否则无法直接调用或者声明DropDownList等.net服务端控件DropDownList ddl = new DropDownList();上面一段代码如果你不引用命名空间就会报错,或者直接加上他的路径也可以System.Web.UI.WebControls.DropDownList ddl = new System.Web.UI.WebControls.DropDownList();...
转载请注明出处51数据库 » 未能找到命名空间word
纯洁已成过去