[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 30 Jul 2003 13:26:00 -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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=44845
--- shadow/44845 Wed Jul 30 13:20:42 2003
+++ shadow/44845.tmp.25758 Wed Jul 30 13:26:00 2003
@@ -230,6 +230,19 @@
It seems that the overload resolution process finds that none of the
three applicable constructors match and that is what I find very strange.
It seems to be related to the issue of the same type coming from
different assemblies as Lupus pointed out. Is the type in corlib
marked internal ?
+
+------- Additional Comments From spouliot@videotron.ca 2003-07-30 13:25 -------
+Lupus added
+#if INSIDE_CORLIB
+ internal
+#else
+ public
+#endif
+to every class under Mono.Security.X509 (and maybe others as well).
+
+I uncommented a line in corlib/Makefile so that the
+swicth /d:INSIDE_CORLIB is applied to the build but that didn't
+change the results (see previous comment)