Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Shashank Birthare 25 posts 45 karma points
    Jun 18, 2010 @ 12:58
    Shashank Birthare
    0

    When we run any page then we find this error......

    Server Error in '/' Application.

    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: There can be only one 'master' directive.

    Source Error:

    Line 2:  
    Line 3: <asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
    Line 4: <%@ Master Language="C#" MasterPageFile="/umbraco/masterpages/default.master" AutoEventWireup="true" %>
    Line 5: <asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
    Line 6:


    Source File: /masterpages/RunwayMaster.master    Line: 4

  • Shashank Birthare 25 posts 45 karma points
    Jun 18, 2010 @ 12:59
    Shashank Birthare
    0

    Plz give the Solution of that problem..............

  • Rich Green 2246 posts 4008 karma points
    Jun 18, 2010 @ 13:04
    Rich Green
    0

    You have a duplicate asp:content tag, remove the first line, something like this
    <%@ Master Language="C#" MasterPageFile="/umbraco/masterpages/default.master" AutoEventWireup="true" %>
    <asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
    Rich

  • Shashank Birthare 25 posts 45 karma points
    Jun 18, 2010 @ 13:39
    Shashank Birthare
    0

    Hi Rich Thanks Again for your Comments

    I have remove this line but this Template not save. it give the message

     

    "Please make sure that you do not have 2 templates with the same alias."

     

     

     

  • Rich Green 2246 posts 4008 karma points
    Jun 18, 2010 @ 13:46
    Rich Green
    0

    It sounds like your templates are all messed up, is this a fresh install? Did you uninstall and then re-install the runway package by any chance?

    If you are not very far down the line with your project I would start again with a clean install.

    The above error is due to the fact that you have duplicate templates with the same alias.

    Rich

     

  • Shashank Birthare 25 posts 45 karma points
    Jun 18, 2010 @ 13:48
    Shashank Birthare
    0

    Thnks RICH.......

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies