[Mono-bugs] [Bug 60442][Maj] Changed - PrivateBinPath bug again...
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Jun 2004 14:02:42 -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 vguzev@yandex.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=60442
--- shadow/60442 2004-06-21 12:45:36.000000000 -0400
+++ shadow/60442.tmp.8670 2004-06-21 14:02:42.000000000 -0400
@@ -114,6 +114,34 @@
------- Additional Comments From jackson@ximian.com 2004-06-21 12:45 -------
The code is incorrect, you should just be appending a relative path.
This test fails on MS .net. To fix the code change the code to
.AppendPrivatePath ("object");
+
+------- Additional Comments From vguzev@yandex.ru 2004-06-21 14:02 -------
+You're wrong! It works correctly on MS .Net!
+Try to unzip the archive to C:\\ and change the path to
+C:\\testdeserialization\\object in file testload.cs.
+
+Here what I get on my machine:
+
+C:\testdeserialization\object>csc obj.cs
+Microsoft (R) Visual C# .NET Compiler version 7.00.9466
+for Microsoft (R) .NET Framework version 1.0.3705
+Copyright (C) Microsoft Corporation 2001. All rights reserved.
+
+
+C:\testdeserialization\object>obj.exe
+
+
+C:\testdeserialization>csc testload.cs
+Microsoft (R) Visual C# .NET Compiler version 7.00.9466
+for Microsoft (R) .NET Framework version 1.0.3705
+Copyright (C) Microsoft Corporation 2001. All rights reserved.
+
+
+C:\testdeserialization>testload.exe
+10
+Hello world!
+
+