这是历史的记录
ASP.NET ,BUG
上一篇 /
下一篇 2008-06-18 16:17:48
/ 个人分类:工作心得
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: <%@ page autoeventwireup="true" inherits="xxxxx, xxxxxxxxx" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
原因是在页面中有同名的变量或者控件,没有区分大小写
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: