Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
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 Language="C#" AutoEventWireup="true" CodeBehind="PartyDetails_Report.aspx.cs"  MasterPageFile="~/MasterPage.Master" Inherits="ERPOrganization.PartyDetails_Report" %>
Line 2:
Line 3:  <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>



can any one help how to resolve this?
Thanks in advance
Posted
Comments
member 8888995 6-Dec-13 4:30am    
Hi Swati,
Have you configured ajax control toolkit properly?
Which version you are using?
Is this 'ERPOrganization.PartyDetails_Report' class that is inherited, is correct?
Please paste code of PartyDetails_Report.aspx.cs.
agent_kruger 6-Dec-13 5:58am    
please add a tag "ASP.NET" or if this is ajax add "AJAX" as a tag
Ganesh Raja 9-Dec-13 10:31am    
Share me the code to solve this or have u register more than one time in same page with prefix?

1 solution

Hi
This happens when we have same id or duplicate id created in page.
For example if you have a control with id as "ControlID" and if you try to create same id for different variable or control you will get this errror.

Please check your code to see if you have any controls or variables same name for ambiguity.

Thanks
Nagasai
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900