[Mono-bugs] [Bug 76607][Wis] Changed - ArguementNullException with System.DirectoryServices

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 2 18:08:46 EST 2005


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 forgue at oakland.edu.

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

--- shadow/76607	2005-10-31 18:04:53.000000000 -0500
+++ shadow/76607.tmp.23772	2005-11-02 18:08:45.000000000 -0500
@@ -86,6 +86,45 @@
 Novell.Directory.Ldap.Utilclass.ResourcesHandler:getMessage
 (System.String messageOrKey, System.Object[] arguments)
 in <0x00098> Novell.Directory.Ldap.LdapException:getExceptionString
 (System.String exception)
 in <0x00010> Novell.Directory.Ldap.LdapException:ToString ()
 
+
+------- Additional Comments From forgue at oakland.edu  2005-11-02 18:08 -------
+I thought I'd try subversion because the code has changed in the
+problem assembly.  I compiled it from svn using ./autogen.sh
+--prefix=/opt/mono-svn+20051102. I get this error now:
+
+System.Resources.MissingManifestResourceException: Could not find any
+resource appropiate for the specified culture or its parents. Make
+sure "Novell.Directory.Ldap.Utilclass.ResultCodeMessages.resources"
+was correctly embedded or linked into assembly "Novell.Directory.Ldap".
+in <0x00300> System.Resources.ResourceManager:InternalGetResourceSet
+(System.Globalization.CultureInfo culture, Boolean Createifnotexists,
+Boolean tryParents)
+in <0x00058> System.Resources.ResourceManager:GetString (System.String
+name, System.Globalization.CultureInfo culture)
+in <0x000a1>
+Novell.Directory.Ldap.Utilclass.ResourcesHandler:getResultString
+(Int32 code, System.Globalization.CultureInfo locale)
+in <0x0000c>
+Novell.Directory.Ldap.Utilclass.ResourcesHandler:getResultString
+(Int32 code)
+in <0x0000a> Novell.Directory.Ldap.LdapException:resultCodeToString
+(Int32 code)
+in <0x000bf> Novell.Directory.Ldap.LdapResponse:get_ResultException ()
+in <0x00017> Novell.Directory.Ldap.LdapResponse:chkResultCode ()
+in <0x0009c> Novell.Directory.Ldap.LdapConnection:chkResultCode
+(Novell.Directory.Ldap.LdapMessageQueue queue,
+Novell.Directory.Ldap.LdapConstraints cons,
+Novell.Directory.Ldap.LdapResponse response)
+in <0x000a7> Novell.Directory.Ldap.LdapConnection:Bind (Int32 version,
+System.String dn, System.SByte[] passwd,
+Novell.Directory.Ldap.LdapConstraints cons)
+in <0x000c9> Novell.Directory.Ldap.LdapConnection:Bind (Int32 version,
+System.String dn, System.String passwd,
+Novell.Directory.Ldap.LdapConstraints cons)
+in <0x0001c> Novell.Directory.Ldap.LdapConnection:Bind (System.String
+dn, System.String passwd, AuthenticationTypes authenticationTypes)
+in <0x000c3> System.DirectoryServices.DirectoryEntry:InitBlock ()
+


More information about the mono-bugs mailing list