Parser Error Message: Ambiguous match found.

  • Thread starter Thread starter Denon
  • Start date Start date
D

Denon

Hi, everybody

I have a web control, build by VB.net, and if I put two instance on the
same aspx, error occur while debugging.
Parser Error Message: Ambiguous match found.
It highlight the second instance web control in aspx

This is my web control is declared at aspx like this

<cc1:ControlXXX id="ControlXXX2" runat="server" Height="21px" Width="146px"
AValue="0" BarWidth="200" BarBorderWidth="3" ForeColor="#FF8000"
BlockPadding="0" BlockSpacing="0" TotalNofBlock="20"
BackColor="Yellow"></cc1:ControlXXX ></asp:Panel>

<cc1:ControlXXX id="ControlXXX1" runat="server" Height="21px" Width="146px"
AValue="0" BarWidth="200" BarBorderWidth="3" ForeColor="#FF8000"
BlockPadding="0" BlockSpacing="0" TotalNofBlock="20"
BackColor="Yellow"></cc1:ControlXXX ></asp:Panel>

Is there anybody know What and Why? Thanks in advance

Den
 
Back
Top