首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

Compiler Error Message异常!请帮忙解决.这几天就要弄好,郁闷

2012-01-13 
Compiler Error Message错误!!请帮忙解决...这几天就要弄好,郁闷!CompilerErrorMessage:ASPNET:Makesureth

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声明是否匹配

热点排行