[Mono-bugs] [Bug 58511][Maj] Changed - XSP not working on Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 10:18:18 -0400 (EDT)
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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58511
--- shadow/58511 2004-06-24 07:46:39.000000000 -0400
+++ shadow/58511.tmp.27054 2004-06-24 10:18:18.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58511
Product: Mono: Runtime
Version: unspecified
OS: Windows XP
OS Details: Windows XP
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: gonzalo@ximian.com
ReportedBy: pbaena@uol.com.ar
QAContact: mono-bugs@ximian.com
@@ -403,6 +403,12 @@
ReadToEnd should be before WaitForExit, otherwise the program might
block (specially on windows) when it outputs a few KB.
------- Additional Comments From gonzalo@ximian.com 2004-06-24 07:46 -------
Also the code in the static constructor should be skipped when we're
not on windows.
+
+------- Additional Comments From atsushi@ximian.com 2004-06-24 10:18 -------
+Modified patches are applied to cvs. There are some TODOs remaining in
+the sources.
+
+VBCodeProvider is also fixed.