我建了一个asp.net程序文件_top.ascx,采用的脚本语言是c# ,生成了top.ascx.cs运行程序是发现错误.在程序第一行的声明中.其中ComExam是我的项目名称.请各位高手说出错误原因!感谢!
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'ComExam._Top'.Source Error: 
Line 1:  <%@ Control Language="c#" AutoEventWireup="false" Codebehind="_Top.ascx.cs" Inherits="ComExam._Top" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
Line 2:  <link href="images/css.css" rel="stylesheet" type="text/css">
Line 3:  <TABLE  width="80%" height="148" border=0 align=center cellPadding=0 cellSpacing=0 background="images/banner.jpg" bgcolor="#FFFFFF">
 Source File: /_Top.ascx    Line: 1