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 [EMAIL PROTECTED]

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

--- shadow/80129        2006-12-23 14:28:47.000000000 -0500
+++ shadow/80129.tmp.18199      2006-12-23 17:45:49.000000000 -0500
@@ -47,6 +47,17 @@
 testcase
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-12-23 14:28 -------
 after some testing, I noticed the dll that the MasterPage is in, is
 not referenced when compiling the page dll.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-12-23 17:45 -------
+You should let the page compiler know you're using master pages, by 
+putting the code below at the top of your aspx file:
+
+<%@ Page Language="C#" AutoEventWireup="true"  
+CodeFile="Default.aspx.cs" Inherits="_Default" 
+     MasterPageFile="~/MyMasterPage.master" %>
+<%@ MasterType VirtualPath="~/MyMasterPage.master" %>
+
+Please test and let us know whether it worked
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to