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:
|
在VS中编译无误,未发布的网站访问也没有问题。但在网站发布后却发现了如上的问题。
Google之,找到如下两篇:
http://hi.baidu.com/apensu/blog/item/b9f09f114b190516b9127b8d.html
http://dudu.cnblogs.com/archive/2006/03/20/354023.aspx
方向确定,查找所有与EditUserRoles重名的部分,却没发现问题。后来仔细排查,发现原来是在用户控件中,一个控件的ID和后台的一个成员变量重名了……虽然大小写不一样。
以后一定要注意控件的命名规范,最后把控件类型给缀到控件ID之后。
不过,这难道不是一个Bug么?ASP.net啥时候不分大小写了?