I got following two errors:
Error 1 Could not load type 'MettleSystems.dashCommerce.Web.admin.controls.sitesettings.header'. E:\Waqas Dar\days\03-06-2008\dc_3.0_Source_B\Web\admin\controls\sitesettings\header.ascx 1
Error 2 Could not load type 'MettleSystems.dashCommerce.Web.admin.controls.sitesettings.footer'. E:\Waqas Dar\days\03-06-2008\dc_3.0_Source_B\Web\admin\controls\sitesettings\footer.ascx 1
I found the solution on thread (http://dashcommerce.org/forums/t/122.aspx) to just exclude these files from project.
Please tell me how to exclude these files. I remove the line:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="header.ascx.cs" Inherits="MettleSystems.dashCommerce.Web.admin.controls.sitesettings.header" %>
from header.ascx and
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="footer.ascx.cs" Inherits="MettleSystems.dashCommerce.Web.admin.controls.sitesettings.footer" %>
from footer.ascx, then got more errors:(
Regards,
Waqas Tariq Dar