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=78041 --- shadow/78041 2007-02-19 15:39:03.000000000 -0500 +++ shadow/78041.tmp.21272 2007-04-23 07:58:49.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 78041 Product: Mono: Class Libraries Version: unspecified -OS: +OS: unknown OS Details: 10.4.5 running 1.1.13 and 1.1.13.6 (no difference) -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: FIXED +Severity: Unknown Priority: Normal Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: 2_0 @@ -51,6 +51,19 @@ Every darn time. Additional Information: The Daily Show is a very funny program. + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-23 07:58 ------- +For the test to work with xsp2 it's not enough to change mcs to gmcs. +You need to do this in order for the code to work as expected: + +1. edit mono-build and replace mcs with gmcs +2. add -d:V2 -pkg:dotnet to both gmcs command lines +3. edit the WebPartZone.cs file in Anthem/ and make sure it's not +compiled with all the rest (mono doesn't implement WebParts yet) +4. recompile + +It works with xsp2 just fine then. I've tested it with the latest cvs +checkout of Anthem as of April 23 2007 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
