[Mono-bugs] [Bug 38813][Maj] New - CLS compliant/strong names

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 27 Feb 2003 09:31:25 -0500 (EST)


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 mark_kuschnir@yahoo.co.uk.

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

--- shadow/38813	Thu Feb 27 09:31:25 2003
+++ shadow/38813.tmp.26156	Thu Feb 27 09:31:25 2003
@@ -0,0 +1,30 @@
+Bug#: 38813
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: Win2000
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Mark_Kuschnir@yahoo.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CLS compliant/strong names
+
+I'm attempting to build an assembly that we build using M$ .NET. When 
+compiling against the MONO supplied libs (0.20) I receive the following 
+errors:
+
+Classes that are not CLS compliant: NameValueCollection, DataSet, 
+DataTable, DataRow, Uri, XmlDocument, XmlElement, XmlNode, XmlNodeList, 
+XmlReader
+
+Assemblies that do not have strong names: System, System.Data, 
+System.EnterpriseServices, System.XML
+
+Obviously the assembly builds and runs with M$ .NET