[Mono-bugs] [Bug 77211][Wis] New - [2.0] ASP.NET MasterPages - nested will not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 10:40:19 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by fredrik at elestedt.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77211

--- shadow/77211	2006-01-11 10:40:19.000000000 -0500
+++ shadow/77211.tmp.16831	2006-01-11 10:40:19.000000000 -0500
@@ -0,0 +1,57 @@
+Bug#: 77211
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Linux 2.6.14.2 #1 Thu Dec 15 00:22:45 CET 2005 x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: fredrik at elestedt.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] ASP.NET MasterPages - nested will not work
+
+Description of Problem:
+Masterpages cannot have a masterpage - the MasterPageFile option which is
+available for aspx files is not recognized.
+
+Steps to reproduce the problem:
+1. Create a master-file
+2. Create a second master-file and set it's master to the first
+3. Create an aspx-file which uses the second master-file
+
+Actual Results:
+
+Parser Error
+Description: Error parsing a resource required to service this request.
+Review your source file and modify it to fix this error.
+
+Error message: Unknown attribute: MasterPageFile
+
+File name: /var/www/CBC/page.master    Line: 1
+
+Source Error:
+
+<%@ Master Language="C#" AutoEventWireup="true" CodeFile="page.master.cs"
+Inherits="pagemaster" MasterPageFile="~/base.master" %>
+<asp:Content ContentPlaceHolderID="cphMain" runat="server"><asp:Literal
+ID="litRRoles_Main" runat="server" Visible="false" />
+<asp:PlaceHolder ID="plhTitle" runat="server"><h1><asp:Literal
+ID="litTitle" runat="server" /></h1></asp:PlaceHolder>
+<asp:Repeater ID="repContent" runat="server"
+OnItemDataBound="repContent_ItemDataBound">
+
+
+Expected Results:
+A displayed page, as is if you do this on IIS.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+Running mono and xsp2 version 1.1.13


More information about the mono-bugs mailing list