[Mono-bugs] [Bug 48050][Min] Changed - Serialization failure with string from icall
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 30 Aug 2003 10:27:16 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=48050
--- shadow/48050 2003-08-29 22:04:28.000000000 -0400
+++ shadow/48050.tmp.385 2003-08-30 10:27:16.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 48050
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: CLOSED
Resolution:
Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
@@ -66,6 +66,9 @@
This is the workaround:
string mid = new StringBuilder (ICalls.GetMachineInstallDirectory
()).ToString ();
domain.SetData (".hostingInstallDir", mid);
+
+------- Additional Comments From vargaz@freemail.hu 2003-08-30 10:27 -------
+fixed.