asp部署问题,请教各位
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误信息: CS0234: 命名空间“StudentsMIS”中不存在类型或命名空间名称“Security”(是缺少程序集引用吗?)
源错误:
行 9: using System.Web.UI.WebControls;
行 10: using System.Web.UI.HtmlControls;
行 11: using StudentsMIS.Security;
行 12:
行 13: namespace StudentsMIS.Web.SystemManagement
源文件: d:\DOWNLOADS\学生管理信息系统\27\Example27\Web\SystemManagement\UserLogin.aspx.cs 行: 11
using StudentsMIS.Security;这个是我写的class library 已经编译成dll
不知道该dll放在哪里才好?
------解决方案--------------------就放在bin里啊
------解决方案--------------------放在你的应用里面
新增引用,然后浏览到你的这个 dll就ok了
------解决方案--------------------添加引用