[Mono-bugs] [Bug 75533][Nor] Changed - Ambiguous Call due to
implicit casts between 2 similar possibilities
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 12 06:45:27 EDT 2005
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 jonpryor at vt.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=75533
--- shadow/75533 2005-07-12 06:20:59.000000000 -0400
+++ shadow/75533.tmp.2888 2005-07-12 06:45:27.000000000 -0400
@@ -28,6 +28,18 @@
------- Additional Comments From rharinath at novell.com 2005-07-12 06:20 -------
Hmm... There's not enough information to go on.
I looked at the related code, and it seems to avoid duplicates before
printing the error message.
+
+------- Additional Comments From jonpryor at vt.edu 2005-07-12 06:45 -------
+Which compiler (gmcs vs. mcs) and which version?
+
+I recall issues with gmcs and type lookup when different versions of
+the same DLL were loaded -- e.g. you're trying to use the
+System.Drawing 2.0 libs but somehow gmcs finds & loads the 1.0
+version, and them complains about being unable to cast to the
+specified type, printing two identical type names.
+
+The error message was later clarified to make it easier to see this
+problem, but I don't remember when the change was made.
More information about the mono-bugs
mailing list