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-02 12:21:52.000000000 -0500 +++ shadow/80129.tmp.12654 2006-12-02 12:21:52.000000000 -0500 @@ -0,0 +1,43 @@ +Bug#: 80129 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: 2.0/SVN: using masterpage class from within page code is not possible + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Things like (Master as MyMasterPage).Test() where MyMasterPAge is used by +that page & Test exists gives: +Compilation Error +Description: Error compiling a resource required to service this request. +Review your source file and modify it to fix this error. + +Error message: +C:/Users/carlokok/Documents/Visual Studio +2005/WebSites/WebSite3\Default.aspx.cs(15,18) : error CS0246: The type or +namespace name `MyMasterPage' could not be found. Are you missing a using +directive or an assembly reference? + +Steps to reproduce the problem: +1. run xsp2 on the attached issue +2. go to the website +3. + +Actual Results: +Error above. + +Expected Results: +Success. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
