MASTERPAGE!!!!!!!

Discussion in 'Visual Studio' started by uts, Aug 20, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. uts

    uts

    I CAN GET MY INDEX.ASPX PAGE TO VIEW ALONG WITH MY MASTERPAGE!!!!!!!


    I CREATED A STANDALONE INDEX.ASPX PAGE AND IT LOADED FINE BUT IF I TRY TO MAKE THE INDEX.ASPX PAGE ASSOCIATE WITH A MASTER PAGEI GET THIS ERROR

    PLEASE HELP ME!!!! (IN EASY TO UNDERSTAND TERMS.....PLEASE)
    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: The 'MasterPageFile' attribute is not supported by the 'page' directive.

    Source Error:





    Code:
    Line 1:  <%@ Page Language="VB" MasterPageFile="~/UTSMASTER.master" Title="AP800 We service all makes and models of magnetic particle equipment including equipment manufactured by Magnaflux, Advance Test Equipment/Magna Check, Magwerks, Uresco/Ardrox, Gould Bass, Solid State Systems, Tiede, Universal NDT, TSI, Econospect, Hannon Electric, Sonoflux, Parker Research, and many others. 
    Line 2:  
    Line 3:  Parts are stocked for repairs, and in many cases a loaner or rental equipment is available. 
    Source File: E:\web\unitedtesti\htdocs\index.aspx Line: 1
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    are you running this on the beta server or the live server? Master page is an ASP.NET 2.0 feature which is not supported in ASP.NET 1.1

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Ah, that seems to answer one of my questions. So working on my main site, I should be using the Asp.net version 1.1, then.





    Thanks.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page