Server Error in '/' Application. 错误
Server   Error   in    '/ '   Application. 
 --------------------------------------------   
 Parser   Error    
 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:   Ambiguous   match   found.   
 Source   Error:        
 Line   1:       <%@   Register   TagPrefix= "uc1 "   TagName= "top "   Src= "../inc/top.ascx "   %>  
 Line   2:       <%@   Page   language= "c# "   Codebehind= "DeptAdmin.aspx.cs "   AutoEventWireup= "false "   Inherits= "HRManage.SystemAdmin.DeptAdmin "   %>  
 Line   3:       <%@   Register   TagPrefix= "uc1 "   TagName= "bottom "   Src= "../inc/bottom.ascx "   %>         
 Source   File:   /Admin/DeptAdmin.aspx            Line:   1         
 有人知道是什么问题吗?帮忙解决一下
------解决方案--------------------看下是否对你有帮助 
 http://www.cnblogs.com/dudu/archive/2006/03/20/354023.html
------解决方案--------------------  .Net Framework装上了没?   
 版本对不对?   
------解决方案--------------------把 <%@ Page language= "c# " 这句放到第一句看看