[Mono-bugs] [Bug 58511][Maj] Changed - XSP not working on Windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 21:37:32 -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 danielmorgan@verizon.net.

http://bugzilla.ximian.com/show_bug.cgi?id=58511

--- shadow/58511	2004-06-23 21:29:09.000000000 -0400
+++ shadow/58511.tmp.20050	2004-06-23 21:37:32.000000000 -0400
@@ -373,6 +373,28 @@
 structures. (it has been changing many times since its birth day ;-)
 
 I think the same problem were there at beta1 stage as well.
 
 Atsushi Eno
 
+
+------- Additional Comments From danielmorgan@verizon.net  2004-06-23 21:37 -------
+Get a patched System.dll from eno
+
+http://primates.ximian.com/~atsushi/System.dll
+
+uninstall System.dll from the mono gac:
+
+gacutil -u System
+
+install the new System.dll to the mono gac:
+
+gacutil -i C:\PATH_I_DOWNLOADED_SYSTEM_DLL\System.dll
+
+copy the new System.dll to your mono path\lib\mono\1.0
+for example:
+C:\Mono-Beta3\lib\mono\1.0
+
+Follow the direction in the file named INSTALL file that is included 
+with XSP 0.15
+
+