当前位置:编程学习 > C#/ASP.NET >>

一个后台程序调试出错,哪位帮帮忙?谢谢了!

Server Error in '/pay' 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="cc1" Namespace="ZL.WebControls.DateTimeBox" Assembly="ZL.WebControls.DateTimeBox" %>
Line 2:  <%@ Page language="c#" Codebehind="UUManage.aspx.cs" AutoEventWireup="false" Inherits="UUManage.AgentMnange" aspCompat="True" %>
Line 3:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
 

Source File: /pay/UUManage.aspx    Line: 1 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 






源码如下:
<%@ Register TagPrefix="cc1" Namespace="ZL.WebControls.DateTimeBox" Assembly="ZL.WebControls.DateTimeBox" %>
<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="UUManage.Login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Login</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script language="javascript">
function DoClose()
{
if(confirm('您确定要关闭窗口?'))
{
window.opener = null;
window.close();
}
}
</script>
</HEAD>
<body oncontextmenu="self.event.returnValue=false">
<SCRIPT language="javascript">
setTimeout('top.moveTo(0,0)',100);
setTimeout('top.resizeTo(screen.availWidth,screen.availHeight)',100);
</SCRIPT>
<form id="Form1" method="post" runat="server">
<asp:HyperLink id="HyperLink1" runat="server">FAQ</asp:HyperLink>
<asp:textbox id="txtUserID" style="Z-INDEX: 100; LEFT: 408px; POSITION: absolute; TOP: 160px"
tabIndex="1" runat="server" Width="120px"></asp:textbox>
<asp:textbox id="txtValidateCode" style="Z-INDEX: 109; LEFT: 408px; POSITION: absolute; TOP: 224px"
tabIndex="3" runat="server" Width="120px" TextMode="Password"></asp:textbox>
<asp:label id="Label3" style="Z-INDEX: 106; LEFT: 344px; POSITION: absolute; TOP: 195px" runat="server">密           码</asp:label>
<asp:textbox id="txtPwd" style="Z-INDEX: 102; LEFT: 408px; POSITION: absolute; TOP: 192px" tabIndex="2"
runat="server" Width="120px" TextMode="Password"></asp:textbox>
<asp:button id="btnLogin" style="Z-INDEX: 103; LEFT: 344px; POSITION: absolute; TOP: 312px"
tabIndex="4" runat="server" Width="80px" Text="登  录"></asp:button>
<INPUT id="btnClose" style="Z-INDEX: 104; LEFT: 448px; WIDTH: 80px; POSITION: absolute; TOP: 312px; HEIGHT: 24px"
onclick="DoClose()" tabIndex="4" type="button" value="退  出" Width="80px">
<asp:label id="Label1" style="Z-INDEX: 105; LEFT: 344px; POSITION: absolute; TOP: 160px" runat="server">用户号</asp:label>
<asp:image id="Image1" style="Z-INDEX: 108; LEFT: 392px; POSITION: absolute; TOP: 256px" runat="server"
Width="136px" BorderStyle="Double" Height="40px"></asp:image>
<asp:Label id="Label2" runat="server" style="Z-INDEX: 106; LEFT: 344px; POSITION: absolute; TOP: 225px">验证码</asp:Label></FONT>
</form>
</body>
</HTML>
--------------------编程问答--------------------

<%@ Register TagPrefix="cc1" Namespace="ZL.WebControls.DateTimeBox" Assembly="ZL.WebControls.DateTimeBox" %>
<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="UUManage.Login" %> --------------------编程问答-------------------- Line 2: <%@ Page language="c#" Codebehind="UUManage.aspx.cs" AutoEventWireup="false" Inherits="UUManage.AgentMnange" aspCompat="True" %>


<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="UUManage.Login" %>

LZ找找他们俩有啥区别。。 --------------------编程问答-------------------- --------------------编程问答-------------------- 还请二楼明示,我是aps.net白菜。 --------------------编程问答-------------------- 没有明确的匹配
 有控件名只是大小写不同造成的. --------------------编程问答-------------------- 大小写?哪呀楼上的兄弟 --------------------编程问答-------------------- 一个页面好像只能有一个<%page 把
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,