请教asp.net配置问题:
安装了visual studio.net 2003 后新建了一个web application,启动后出现
下面的错误,网上也没找到解决的方法,希望各位帮忙解决一下,谢谢了。
编译错误
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误信息: CS0234: 类型或命名空间名称“Global”在类或命名空间“System.Web.UI.HtmlControls.HtmlImage”中不存在(是否缺少程序集引用?)
源错误:
行 26:
行 27: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
行 28: public class Global_asax : HtmlImage.Global {
行 29:
行 30: private static bool __initialized = false;