读书人

Compiler Error Message异常!请帮忙解

发布时间: 2012-01-13 22:43:30 作者: rapoo

Compiler Error Message错误!!请帮忙解决...这几天就要弄好,郁闷!
Compiler Error Message: ASPNET:Make sure that the class defined in this code file matches the 'inherits ' attribute, and that it extends the correct base class (e.g. Page or UserControl).

Source Error:



Line 12: using System.Web.UI.HtmlControls;
Line 13:
Line 14: public partial class Control_categories : bookstore.ControlBase
Line 15: {
Line 16: protected void Page_Load(object sender, EventArgs e)



[解决办法]
检查和前台页面的page声明是否匹配

读书人网 >asp.net

热点推荐