Group: Forum Members
Last Active: Mon 6 Aug 2012
Posts: 3,
Visits: 6
|
I'm getting the below error:
Parser ErrorDescription: 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 resource object with key 'ContentText_EstimateShipping' was not found.
Source Error:
Line 4: <asp:UpdatePanel ID="updShippingMethods" runat="server">Line 5: <ContentTemplate>Line 6: <h2><asp:Literal ID="litContentTextEstimatedShipping" runat="server" Text='<%$ Resources: Basket, ContentText_EstimateShipping %>'Line 7: EnableViewState="false" Visible="true"></asp:Literal></h2>Line 8: <asp:ObjectDataSource ID="KartrisCountryList" runat="server" TypeName="KartrisClasses+Country"
|
Source File: /UserControls/General/ShippingMethodsEstimate.ascx Line: 6
|