[Mono-bugs] [Bug 78137][Wis] New - Problem when referencing mono compiled Novell.Directory.Ldap.dll with .NET csc

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 18 15:16:34 EDT 2006


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 pbaena at gmail.com.

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

--- shadow/78137	2006-04-18 15:16:34.000000000 -0400
+++ shadow/78137.tmp.13472	2006-04-18 15:16:34.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 78137
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: pbaena at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem when referencing mono compiled Novell.Directory.Ldap.dll with .NET csc
+
+This is what happens:
+
+C:\Documents and Settings\Tetsuo\My
+Documents\trabajos\CallCenter\Business>csc /
+debug+ /target:library /lib:bin\Debug 
+/r:mojoPortal.Data.dll;log4net.dll;Lucene
+.Net.dll;Novell.Directory.Ldap.dll;System.dll;RSS.NET.dll;System.Data.dll
+;System.Drawing.dll;System.Web.dll /out:bin\Debug\mojoPortal.Business.dll
+/recurse:*.cs
+Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
+for Microsoft (R) .NET Framework version 1.1.4322
+Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
+
+bin\Debug\Novell.Directory.Ldap.dll: error CS0011: Referenced class
+        'Novell.Directory.Ldap.LdapAttributeSet' has base class or interface
+        'AbstractSetSupport' defined in an assembly that is not referenced.
+ You
+        must add a reference to assembly 'Novell.Directory.Ldap,
+        Version=2.1.3.0, Culture=neutral'.
+
+The reference is there, weird thing is that Visual Studio compiles it
+perfectly.
+
+mcs compiles perfectly.


More information about the mono-bugs mailing list