[Mono-bugs] [Bug 44845][Wis] New - MCS doesn't find the best overloaded match for a constructor

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 15 Jun 2003 14:13:49 -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	Sun Jun 15 14:13:48 2003
+++ shadow/44845.tmp.3745	Sun Jun 15 14:13:48 2003
@@ -0,0 +1,51 @@
+Bug#: 44845
+Product: Mono/MCS
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: spouliot@videotron.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MCS doesn't find the best overloaded match for a constructor
+
+Steps to reproduce the problem:
+1. cd /mcs/tools/security/certview
+2. Uncomment lines 126-127 in CertificateFormatter.cs (just under line // 
+BUG: Works with CSC but not with MCS)
+3. make (using mono/mcs)
+
+Actual Results:
+
+CertificateFormatter.cs(125) error CS1502: The best overloaded match for 
+method ' Mono.Security.X509.Extensions.SubjectAltNameExtension..ctor 
+(Mono.Security.X509.X509Extension)' has some invalid arguments
+CertificateFormatter.cs(125) error CS1503: Argument 0: Cannot convert 
+from 'Mono.Security.X509.X509Extension' 
+to 'Mono.Security.X509.X509Extension'
+CertificateFormatter.cs(125) error CS1502: The best overloaded match for 
+method ' Mono.Security.X509.Extensions.SubjectAltNameExtension..ctor 
+(Mono.Security.ASN1)' has some invalid arguments
+CertificateFormatter.cs(125) error CS1503: Argument 0: Cannot convert 
+from 'Mono.Security.X509.X509Extension' to 'Mono.Security.ASN1'
+CertificateFormatter.cs(125) error CS1501: New invocation: Can not find a 
+constructor in `Mono.Security.X509.Extensions.SubjectAltNameExtension' for 
+this argument list
+
+
+Expected Results:
+There are no error when compiling with CSC under Windows.
+
+
+How often does this happen? 
+Always
+
+Additional Information:
+SubjectAltNameExtension is part of assembly Mono.Security.dll.