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

102 строки
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 59558][Nor] New - Wrong assembly is loaded when multiple choices are present
</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="016695.html">
<LINK REL="Next" HREF="016697.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 59558][Nor] New - Wrong assembly is loaded when multiple choices are present
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 59558][Nor] New - Wrong assembly is loaded when multiple choices are present">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Thu, 3 Jun 2004 11:42:56 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="016695.html">[Mono-bugs] [Bug 59557][Nor] New - Mono hangs when allocating memory
</A></li>
<LI> Next message: <A HREF="016697.html">[Mono-bugs] [Bug 59570][Wis] New - Consistent application hang/segfaults with mono-0.95
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16696">[ date ]</a>
<a href="thread.html#16696">[ thread ]</a>
<a href="subject.html#16696">[ subject ]</a>
<a href="author.html#16696">[ 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:tberman@gentoo.org.">tberman@gentoo.org.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59558">http://bugzilla.ximian.com/show_bug.cgi?id=59558</A>
--- shadow/59558 2004-06-03 11:42:56.000000000 -0400
+++ shadow/59558.tmp.11971 2004-06-03 11:42:56.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 59558
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+ReportedBy: <A HREF="mailto:tberman@gentoo.org">tberman@gentoo.org</A>
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Wrong assembly is loaded when multiple choices are present
+
+In certain circumstances, when there is an assembly in the gac and in
+AppBase, the one in the gac is used incorrectly. For example, with our
+recent beta2 tarballs, it is relatively easy while upgrading to cause the
+following error:
+
+make[1]: Entering directory
+`/var/tmp/portage/monodoc-0.16/work/monodoc-0.16/cla ss'
+mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334
+
+** (../browser/assembler.exe:13550): WARNING **: Could not find assembly
+ICSharp Code.SharpZipLib, references from
+/usr/lib/mono/gac/monodoc/1.0.0.0__0738eb9f132 ed756/monodoc.dll
+(assemblyref_index=3)
+ Major/Minor: 0,31
+ Build: 0,0
+ Token: 1b03e6acf1164f73
+
+This is because ICSharpCode.SharpZipLib was changed to reflect its real
+version, and is 0.6.0.0 in beta2. ../browser/monodoc.dll should be used
+instead of the gac'd monodoc.dll.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="016695.html">[Mono-bugs] [Bug 59557][Nor] New - Mono hangs when allocating memory
</A></li>
<LI> Next message: <A HREF="016697.html">[Mono-bugs] [Bug 59570][Wis] New - Consistent application hang/segfaults with mono-0.95
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16696">[ date ]</a>
<a href="thread.html#16696">[ thread ]</a>
<a href="subject.html#16696">[ subject ]</a>
<a href="author.html#16696">[ author ]</a>
</LI>
</UL>
</body></html>