Click here to Skip to main content
15,886,110 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: The base class includes the field 'BranchDetail1', but its type (BranchDetail) is not compatible with the type of control (ASP.usercontrols_branchdetail_ascx).

Source Error:


Line 6:  <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
Line 7:  <p>
Line 8:      <uc1:BranchDetail ID="BranchDetail1" runat="server" />
Line 9:      </p>
Line 10: </asp:Content>


Source File: /loyalty/WebPages/BranchDetail.aspx    Line: 8
4:32 AM
Posted
Comments
AmitGajjar 1-Sep-12 8:48am    
Please post the code of your usercontrol. which class you are inheriting in this control?

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