ASP.net 2005 调试错误

Posted on 2007-07-19 11:11  xublogs  阅读(96)  评论(0)    收藏  举报
namespace ZfsDtSpreader.Net
{
 
/// <summary>
 
/// WebForm1 的摘要说明。
 
/// </summary>

    public partial class Default1: ZfsDtSpreader.Public.Net 
  Default1这边报错:

 

Error 1 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). C:/Inetpub/wwwroot/dtSpreader2005/Default.aspx.cs 18 33 C:/.../dtSpreader2005/

aspx页面:

 

<%@ Page Language="c#" Inherits="ZfsDtSpreader.Net.Default1" CodeFile="Default.aspx.cs" CodeFileBaseClass="ZfsDtSpreader.Public.Net" %>

 

 

不知道

为什么?