[Mono-bugs] [Bug 80129][Wis] Changed - 2.0/SVN: using masterpage class from within page code is not possible

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Dec 24 07:04:46 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 ck at carlo-kok.com.

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

--- shadow/80129	2006-12-23 17:45:49.000000000 -0500
+++ shadow/80129.tmp.7191	2006-12-24 07:04:46.000000000 -0500
@@ -58,6 +58,13 @@
 <%@ 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
+
+------- Additional Comments From ck at carlo-kok.com  2006-12-24 07:04 -------
+Thanks, seems my testcase was slightly wrong however it seems that
+without the <%@ MasterType VirtualPath="~/MyMasterPage.master" %> it's
+unable to access that type. On .NET 2.0 it works without that
+directive, although now I know what the problem is, the issue is
+solved for it.


More information about the mono-bugs mailing list