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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
