mail-archives/mono-bugs/2004-June/017725.html

98 строки
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 60442][Maj] Changed - PrivateBinPath bug again...
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="017724.html">
<LINK REL="Next" HREF="017726.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 60442][Maj] Changed - PrivateBinPath bug again...
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 60442][Maj] Changed - PrivateBinPath bug again...">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Mon, 21 Jun 2004 14:02:42 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="017724.html">[Mono-bugs] [Bug 54265][Min] Changed - spurious error message with regex matching
</A></li>
<LI> Next message: <A HREF="017726.html">[Mono-bugs] [Bug 60442][Maj] Changed - PrivateBinPath bug again...
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17725">[ date ]</a>
<a href="thread.html#17725">[ thread ]</a>
<a href="subject.html#17725">[ subject ]</a>
<a href="author.html#17725">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:vguzev@yandex.ru.">vguzev@yandex.ru.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=60442">http://bugzilla.ximian.com/show_bug.cgi?id=60442</A>
--- 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 <A HREF="mailto:jackson@ximian.com">jackson@ximian.com</A> 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 (&quot;object&quot;);
+
+------- Additional Comments From <A HREF="mailto:vguzev@yandex.ru">vguzev@yandex.ru</A> 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&gt;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&gt;obj.exe
+
+
+C:\testdeserialization&gt;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&gt;testload.exe
+10
+Hello world!
+
+
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="017724.html">[Mono-bugs] [Bug 54265][Min] Changed - spurious error message with regex matching
</A></li>
<LI> Next message: <A HREF="017726.html">[Mono-bugs] [Bug 60442][Maj] Changed - PrivateBinPath bug again...
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17725">[ date ]</a>
<a href="thread.html#17725">[ thread ]</a>
<a href="subject.html#17725">[ subject ]</a>
<a href="author.html#17725">[ author ]</a>
</LI>
</UL>
</body></html>