https://bugzilla.novell.com/show_bug.cgi?id=371663
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=371663#c4 --- Comment #4 from Marek Habersack <[EMAIL PROTECTED]> 2008-03-19 02:49:01 MST --- They happened to work because previously mono wasn't paying attention to the file extension, it just assumed that everything named in the MasterPageFile attribute was a masterpage, and called the master page builder directly. After switching to the batch compilation model, it determines the build provider to use for a specific file by looking at its extension, thus the failure to work in your case. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
