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=78796 --- shadow/78796 2007-01-23 22:30:05.000000000 -0500 +++ shadow/78796.tmp.6327 2007-01-23 22:30:22.000000000 -0500 @@ -56,6 +56,29 @@ Can we get a small test case for this? Does it still fail? ------- Additional Comments From [EMAIL PROTECTED] 2007-01-23 22:30 ------- Created an attachment (id=18547) sample site illustrating error + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-23 22:30 ------- +Yes, this is still a problem for me, my xsp was refreshed around +1/20/2007. + +Attached is a zip file containing a minimal site. In the main +directory, there is a .webapp file and start.sh file to help start the +xsp2 process. You will need to modify according to your path. + +As submitted, the master page references the full path to the +masterpage codebehind file (~/includes/master_pages/global.master.cs). + Once you get the site running - browsing to index.aspx, there is a +note indicating what to change - basically remove the +"~/includes/master_pages/" from the CodeFile on the global.master. +This will cause XSP2 to not find the codebehind - indicating that +"/global.master.cs" was not found, and you will get the asp.net error +message. + +MS works w/o having to specify the app relative path to the codebehind +for master pages. + +Thanks, +Mike _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
