[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 11:40:08 -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 ravi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=44845

--- shadow/44845	Tue Jul 29 11:15:53 2003
+++ shadow/44845.tmp.3463	Wed Jul 30 11:40:08 2003
@@ -193,6 +193,22 @@
 ------- Additional Comments From ravi@ximian.com  2003-07-29 11:15 -------
 Sebastien, please ignore what happens with mcs 0.25 since that doesn't
 contain a lot of bugfixes I got in since then :-)
 
 Anyway, current CVS still can't find the SubjectAltNameExtension type
 for me, I get the same error as before :(
+
+------- Additional Comments From ravi@ximian.com  2003-07-30 11:40 -------
+OKay this is what I get now :
+
+bug.cs(10) error CS1502: The best overloaded match for method '
+Mono.Security.X509.Extensions.SubjectAltNameExtension..ctor
+(Mono.Security.ASN1)' has some invalid arguments
+bug.cs(10) error CS1503: Argument 0: Cannot convert from
+'Mono.Security.X509.X509Extension' to 'Mono.Security.ASN1'
+bug.cs(10) error CS1501: No overload for method
+`Mono.Security.X509.Extensions.SubjectAltNameExtension' takes `1'
+arguments
+bug.cs(10) error CS1501: New invocation: Can not find a constructor in
+`Mono.Security.X509.Extensions.SubjectAltNameExtension' for this
+argument list
+