Parser Error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Hi,
I'm getting this error when I click on edit to change members status (Admin or other members) or to add new membrs in Adminisratinarea-->Manage Members

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 'ctrlCustomerDetails', but its type (NopSolutions.NopCommerce.Web.Administration.Modules.CustomerDetailsControl) is not compatible with the type of control (ASP.administration_modules_customerdetails_ascx).

Source Error:


Line 5:  <%@ Register TagPrefix="nopCommerce" TagName="CustomerDetails" Src="Modules/CustomerDetails.ascx" %>
Line 6:  <asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="server">
Line 7:      <nopCommerce:CustomerDetails runat="server" ID="ctrlCustomerDetails" />
Line 8:  </asp:Content>



Source File: /Administration/CustomerDetails.aspx    Line: 7


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.4028


Thanx
14 years ago
Fixed the problem.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.