[Mono-bugs] [Bug 78796][Wis] New - [2.0] Master Page code file can not be found
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 8 10:04:11 EDT 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 mmorano at mikeandwan.us.
http://bugzilla.ximian.com/show_bug.cgi?id=78796
--- shadow/78796 2006-07-08 10:04:11.000000000 -0400
+++ shadow/78796.tmp.8699 2006-07-08 10:04:11.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 78796
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: mmorano at mikeandwan.us
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] Master Page code file can not be found
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Am trying to access a page that uses master pages on xsp2. The master page
+is in a subdirectory of the main website, for example
+:(~/masterpages/mymasterpage.master). The mymasterpage.master specifies
+codefile="mymasterpage.master.cs" which exists in the same directory as the
+master page. When trying to access a page in a different directory using
+this masterpage, the page fails and complains that /mymasterpage.master.cs
+can not be found.
+
+However, if I change the declaration on the mymasterpage.master to specify
+codefile="~/masterpages/mymasterpage.master.cs" everything works as
+expected. Specifying the full virtual path like this is not required on MS
+runtime (v2.0.50727)
+
+Actual Results:
+
+ASP.Net Parser error indicating it can not find /mymasterpage.master.cs
+
+
+Expected Results:
+
+Page compiles and uses masterpage as it does on MS runtime
+
+
+How often does this happen?
+
+always
+
+
+Additional Information:
+
+using mono revision 62361 from svn
More information about the mono-bugs
mailing list