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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76708 --- shadow/76708 2005-11-15 09:04:18.000000000 -0500 +++ shadow/76708.tmp.6377 2005-11-15 09:04:18.000000000 -0500 @@ -0,0 +1,80 @@ +Bug#: 76708 +Product: Mono: Class Libraries +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Novell.Directory.Ldap missing resources + +Description of Problem: + +I was trying out Mono 1.1.10 and ran into a problem with +Novell.Directory.Ldap.dll. I'm getting errors about missing resources when +trying certain actions. + +This makes Novell.Directory.Ldap un-useable. + +Steps to reproduce the problem: + +static void Main (string[] args) +{ + LdapConnection conn = new LdapConnection (); + conn.SecureSocketLayer = true; + + conn.Connect (args[0], 636); + conn.Bind ("", ""); + + Console.WriteLine ("Bind Successfull"); + + conn.Disconnect (); +} + + +Actual Results: + +$ ./test.exe 10.0.0.2 + +Unhandled Exception: 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 <0x00459> System.Resources.ResourceManager:InternalGetResourceSet +(System.Globalization.CultureInfo culture, Boolean Createifnotexists, +Boolean tryParents) +in <0x0006e> System.Resources.ResourceManager:GetString (System.String +name, System.Globalization.CultureInfo culture) +in <0x00116> +Novell.Directory.Ldap.Utilclass.ResourcesHandler:getResultString (Int32 +code, System.Globalization.CultureInfo locale) +in <0x00013> +Novell.Directory.Ldap.Utilclass.ResourcesHandler:getResultString (Int32 +code) +in <0x00014> Novell.Directory.Ldap.LdapException:resultCodeToString () +in <0x000aa> Novell.Directory.Ldap.LdapException:getExceptionString +(System.String exception) +in <0x00021> Novell.Directory.Ldap.LdapException:ToString () + +Expected Results: + +./test.exe 10.0.0.2 +Detected errors in the Server Certificate: +-2146762481 +-2146762487 +Bind Successfull + +How often does this happen? + +Every time. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
