Parser Error Message: Could not load type 'AbleCommerce.ConL
Posted: Sat Jun 27, 2015 6:21 am
Running latest Gold with a theme copied from the Bootstrap responsive that is the default.
I have created a new control that I copied form the SocialMediaLinksDialog.ascx. I then added the new control to the leftsidebar.master via the admin screen. When I try to open the home page now I get the following error. Just trying to get a basic paragraph with a button inside this control so no code behind.net code is in play.
I am also getting this error in the build. Do you know why it is a base Able page.
Error 2 Unknown server tag 'uc:CheckoutProgress'. W:\Clients\cricketpoo.com\Website\Layouts\Fixed\Checkout.master 60
Thanks Rich
leftsidebar.master
<%-- This file is a generated file. Do not modify. See customization guide for details. --%>
<%@ Master Language="C#" AutoEventWireup="true" MasterPageFile="~/Layouts/Base.Master" Inherits="AbleCommerce.Layouts.Base" %>
<%--
<layout>
<description>Layout having a main column and left side bar.</description>
</layout>
--%>
<%@ Register src="~/ConLib/StoreHeader.ascx" tagname="StoreHeader" tagprefix="uc" %>
<%@ Register src="~/ConLib/SimpleCategoryList.ascx" tagname="SimpleCategoryList" tagprefix="uc" %>
<%@ Register src="~/ConLib/EZshipMembership.ascx" tagname="EZshipMembership" tagprefix="uc" %>
<%@ Register src="~/ConLib/RecentlyViewed.ascx" tagname="RecentlyViewed" tagprefix="uc" %>
<%@ Register src="~/ConLib/PopularProductsDialog.ascx" tagname="PopularProductsDialog" tagprefix="uc" %>
<%@ Register src="~/ConLib/StoreFooter.ascx" tagname="StoreFooter" tagprefix="uc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="NestedMaster" runat="server">
<div id="header">
<div class="zone">
<div class="section">
<div class="content">
<asp:ContentPlaceHolder ID="PageHeader" runat="server">
<uc:StoreHeader ID="StoreHeader_H" runat="server" />
</asp:ContentPlaceHolder>
</div>
</div>
</div>
</div>
<div id="contentContainer">
<div id="leftColumn">
<div class="zone">
<asp:ContentPlaceHolder ID="LeftSidebar" runat="server">
<uc:SimpleCategoryList ID="SimpleCategoryList_Left" runat="server" />
<uc:EZshipMembership ID="EZshipMembership_Left" runat="server" />
<uc:RecentlyViewed ID="RecentlyViewed_Left" runat="server" />
<uc:PopularProductsDialog ID="PopularProductsDialog_Left" runat="server" />
</asp:ContentPlaceHolder>
</div>
</div>
<div id="mainColumn" class="leftSidebarLayout">
<div class="zone">
<asp:ContentPlaceHolder ID="PageContent" runat="server">
[page body]
</asp:ContentPlaceHolder>
</div>
</div>
</div>
<div id="footer">
<div class="zone">
<div class="section">
<div class="content">
<asp:ContentPlaceHolder ID="PageFooter" runat="server">
<uc:StoreFooter ID="StoreFooter_F" runat="server" />
</asp:ContentPlaceHolder>
</div>
</div>
</div>
</div>
</asp:Content>
Parser Error Message: Could not load type 'AbleCommerce.ConLib.EZshipMembership'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" Inherits="AbleCommerce.ConLib.EZshipMembership" Codebehind="EZshipMembership.ascx.cs" %>
Line 2: <%--
Line 3: <conlib>
Source File: /ConLib/EZshipMembership.ascx Line: 1
Here is the ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="AbleCommerce.ConLib.EZshipMembership" Codebehind="EZshipMembership.ascx.cs" %>
<%--
<conlib>
<summary>Add social media links to your page as a sidebar dialog.</summary>
<param name="ShowFacebook" default="True">Indicates whether to show the Facebook like button or not</param>
<param name="ShowGoogle" default="True">Indicates whether to show the Google +1 button or not</param>
<param name="ShowTwitter" default="True">Indicates whether to show the Twitter tweet button or not</param>
<param name="ShowPinterest" default="True">Indicates whether to show the Pinterest pin button or not</param>
</conlib>
--%>
<div class="widget socialMediaLinksDialog">
<div class="innerSection">
<div class="header">
<h2><asp:Localize ID="CaptionLabel" runat="server" Text="EZship Membership" /></h2>
</div>
<div class="content">
<asp:PlaceHolder ID="phMembership" runat="server">
<div>Membership is required to purchase discounted FedEx™ shipping labels, but Shipping Supplies can be purchased by anyone.
We look forward to providing the Reptile Community the tools needed to help grow this industry and your business.
</div>
<div>
<asp:Button ID="Button1" runat="server" Text="Apply for Membership" />
</div>
<br /><br />
</asp:PlaceHolder>
</div>
</div>
</div>
I have created a new control that I copied form the SocialMediaLinksDialog.ascx. I then added the new control to the leftsidebar.master via the admin screen. When I try to open the home page now I get the following error. Just trying to get a basic paragraph with a button inside this control so no code behind.net code is in play.
I am also getting this error in the build. Do you know why it is a base Able page.
Error 2 Unknown server tag 'uc:CheckoutProgress'. W:\Clients\cricketpoo.com\Website\Layouts\Fixed\Checkout.master 60
Thanks Rich
leftsidebar.master
<%-- This file is a generated file. Do not modify. See customization guide for details. --%>
<%@ Master Language="C#" AutoEventWireup="true" MasterPageFile="~/Layouts/Base.Master" Inherits="AbleCommerce.Layouts.Base" %>
<%--
<layout>
<description>Layout having a main column and left side bar.</description>
</layout>
--%>
<%@ Register src="~/ConLib/StoreHeader.ascx" tagname="StoreHeader" tagprefix="uc" %>
<%@ Register src="~/ConLib/SimpleCategoryList.ascx" tagname="SimpleCategoryList" tagprefix="uc" %>
<%@ Register src="~/ConLib/EZshipMembership.ascx" tagname="EZshipMembership" tagprefix="uc" %>
<%@ Register src="~/ConLib/RecentlyViewed.ascx" tagname="RecentlyViewed" tagprefix="uc" %>
<%@ Register src="~/ConLib/PopularProductsDialog.ascx" tagname="PopularProductsDialog" tagprefix="uc" %>
<%@ Register src="~/ConLib/StoreFooter.ascx" tagname="StoreFooter" tagprefix="uc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="NestedMaster" runat="server">
<div id="header">
<div class="zone">
<div class="section">
<div class="content">
<asp:ContentPlaceHolder ID="PageHeader" runat="server">
<uc:StoreHeader ID="StoreHeader_H" runat="server" />
</asp:ContentPlaceHolder>
</div>
</div>
</div>
</div>
<div id="contentContainer">
<div id="leftColumn">
<div class="zone">
<asp:ContentPlaceHolder ID="LeftSidebar" runat="server">
<uc:SimpleCategoryList ID="SimpleCategoryList_Left" runat="server" />
<uc:EZshipMembership ID="EZshipMembership_Left" runat="server" />
<uc:RecentlyViewed ID="RecentlyViewed_Left" runat="server" />
<uc:PopularProductsDialog ID="PopularProductsDialog_Left" runat="server" />
</asp:ContentPlaceHolder>
</div>
</div>
<div id="mainColumn" class="leftSidebarLayout">
<div class="zone">
<asp:ContentPlaceHolder ID="PageContent" runat="server">
[page body]
</asp:ContentPlaceHolder>
</div>
</div>
</div>
<div id="footer">
<div class="zone">
<div class="section">
<div class="content">
<asp:ContentPlaceHolder ID="PageFooter" runat="server">
<uc:StoreFooter ID="StoreFooter_F" runat="server" />
</asp:ContentPlaceHolder>
</div>
</div>
</div>
</div>
</asp:Content>
Parser Error Message: Could not load type 'AbleCommerce.ConLib.EZshipMembership'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" Inherits="AbleCommerce.ConLib.EZshipMembership" Codebehind="EZshipMembership.ascx.cs" %>
Line 2: <%--
Line 3: <conlib>
Source File: /ConLib/EZshipMembership.ascx Line: 1
Here is the ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="AbleCommerce.ConLib.EZshipMembership" Codebehind="EZshipMembership.ascx.cs" %>
<%--
<conlib>
<summary>Add social media links to your page as a sidebar dialog.</summary>
<param name="ShowFacebook" default="True">Indicates whether to show the Facebook like button or not</param>
<param name="ShowGoogle" default="True">Indicates whether to show the Google +1 button or not</param>
<param name="ShowTwitter" default="True">Indicates whether to show the Twitter tweet button or not</param>
<param name="ShowPinterest" default="True">Indicates whether to show the Pinterest pin button or not</param>
</conlib>
--%>
<div class="widget socialMediaLinksDialog">
<div class="innerSection">
<div class="header">
<h2><asp:Localize ID="CaptionLabel" runat="server" Text="EZship Membership" /></h2>
</div>
<div class="content">
<asp:PlaceHolder ID="phMembership" runat="server">
<div>Membership is required to purchase discounted FedEx™ shipping labels, but Shipping Supplies can be purchased by anyone.
We look forward to providing the Reptile Community the tools needed to help grow this industry and your business.
</div>
<div>
<asp:Button ID="Button1" runat="server" Text="Apply for Membership" />
</div>
<br /><br />
</asp:PlaceHolder>
</div>
</div>
</div>