[Mono-bugs] [Bug 78041][Nor] Changed - Strange problem with Anthem.DataGrid and xsp2
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 23 07:58:49 EDT 2007
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 mhabersack at novell.com.
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: mhabersack at novell.com
ReportedBy: jwiegley at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: 2_0
@@ -51,6 +51,19 @@
Every darn time.
Additional Information:
The Daily Show is a very funny program.
+
+------- Additional Comments From mhabersack at novell.com 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
More information about the mono-bugs
mailing list