“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
分析器错误
说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。
分析器错误信息: 发现不明确的匹配。
源错误:
行 1: <%@ Control Language="c#" AutoEventWireup="false" Codebehind="mainleft_of.ascx.cs" Inherits="gcsx.fant.includefile.mainleft_of" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
行 2: <head>
行 3: <title></title>
源文件: /fant/includefile/mainleft_of.ascx 行: 1
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42
源码如下:
%@ Control Language="c#" AutoEventWireup="false" Codebehind="mainleft_of.ascx.cs" Inherits="gcsx.fant.includefile.mainleft_of"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<body style="BORDER-RIGHT:0px;PADDING-RIGHT:0px;BORDER-TOP:0px;PADDING-LEFT:0px;PADDING-BOTTOM:0px;MARGIN:0px;BORDER-LEFT:0px;PADDING-TOP:0px;BORDER-
BOTTOM:0px"
leftmargin="0" rightmargin="0">
<form id="mainleft" method="post" runat="server">
<table cellSpacing="0" cellPadding="0" rules="none" align="left" width="100%" bgcolor="#6868a0"
border="0">
<tr height="20">
<td bgcolor="#ffffff" width="10"></td>
<td style="line-height: 5" bgcolor="#ffffff"></td>
</tr>
<asp:Repeater id="SectList" runat="server">
<itemtemplate>
<tr><td width="10" bgcolor="#6868a0"></td>
<td style="line-height: 130%">
<span class='menu' onmouseover=this.className='normalmon'
onmouseout=this.className='menu' onclick='toggled(window.<%# DataBinder.Eval(Container.DataItem, "Sectno")%>)'>
<%# DataBinder.Eval(Container.DataItem, "Sectdesc") %>
</span>
<span id="<%# DataBinder.Eval(Container.DataItem, "Sectno") %>" style='display:none;'>
<asp:Repeater id="FuncList1" runat="server" DataSource='<%# GetFuncList((int)Container.ItemIndex) %>'>
<itemtemplate>
<br>
<a href="<%# DataBinder.Eval(Container.DataItem, "FuncURL") %>&pskipto=yes&now=<%=getCurTicks()%>"
class='normalmoff' onmouseover="if(activing!=this){this.className='normalmon'}"
onmouseout="if(activing!=this){this.className='normalmoff'}" target="detail"
onclick="activing.className='normalmoff';activing=this;this.className='activing'"><%# DataBinder.Eval(Container.DataItem, "Funcdesc") %></a>
</itemtemplate>
</asp:Repeater >
</span>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
<%if(curModu.moduno=="OF"){%>
<tr><td width=10 bgcolor="#ffffff"></td>
<td>
<A href="asyAutoReportList.aspx"
class='normalmoff' onmouseover="if(activing!=this){this.className='normalmon'}"
onmouseout="if(activing!=this){this.className='normalmoff'}" target="detail"
onclick="activing.className='normalmoff';activing=this;this.className='activing'">自動報表</a>
</td>
</tr>
<%}%>
<% if(curModu.moduno=="LT"&&userNo.ToLower()=="supervisor"){%>
<tr><td width=10 bgcolor="#ffffff"></td>
<td style="line-height: 130%">
<A href="#down" onclick="openaccby()"
class='normalmoff' onmouseover=this.className='normalmon'
onmouseout=this.className='normalmoff'><%=basepara%></a>
</td>
</tr>
<%}%>
<% if(ifpwd=="1"){%>
<tr><td width=10 bgcolor="#6868a0"></td>
<td style="line-height: 130%">
<A href="../chgpassword.aspx"
class='menu' onmouseover=this.className='normalmon'
onmouseout=this.className='normalmoff' target="detail"><%=changepwd%></a>
</td>
</tr>
<%}%>
<% if(curModu.moduno=="LT"){%>
<tr><td width=10 bgcolor="#ffffff"></td>
<td style="line-height: 130%">
<a href="#down" onclick="openregedit()"
class='menu' onmouseover=this.className='normalmon'
onmouseout=this.className='normalmoff'><%=changeinfo%></a>
</td>
</tr>
<%}%>
<tr>
<td width="10" bgcolor="#6868a0"></td>
<td>
<a href="../logout.aspx" class='menu' onmouseover="this.className='normalmon'"
onmouseout="this.className='normalmoff'"
target="_parent"><%=exitsy%></a>
</td>
</tr>
</table>
</form>
</body>
1 个解决方案
#1
如果是因为编译环境变化导致的,向问下怎么恢复过去
#1
如果是因为编译环境变化导致的,向问下怎么恢复过去