Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: Detect sender page Pin
Stefan Troschuetz18-Jan-05 0:21
Stefan Troschuetz18-Jan-05 0:21 
Generaldatagrid lookup field Pin
ABBASI_RA17-Jan-05 15:33
ABBASI_RA17-Jan-05 15:33 
GeneralExcel database for C# Pin
Syasya Mortensen17-Jan-05 14:06
Syasya Mortensen17-Jan-05 14:06 
GeneralRe: Excel database for C# Pin
Christian Graus17-Jan-05 15:55
protectorChristian Graus17-Jan-05 15:55 
GeneralRe: Excel database for C# Pin
Syasya Mortensen17-Jan-05 16:22
Syasya Mortensen17-Jan-05 16:22 
GeneralRe: Excel database for C# Pin
Rob Graham17-Jan-05 17:02
Rob Graham17-Jan-05 17:02 
GeneralRe: Excel database for C# Pin
Syasya Mortensen25-Jan-05 13:59
Syasya Mortensen25-Jan-05 13:59 
GeneralNovell C# LDAP - Thread does not own the semaphore exception Pin
Edbert P17-Jan-05 12:33
Edbert P17-Jan-05 12:33 
I am using the Novell.Directory.LDAP.dll v2.0.3600.0 taken from Mono v1.0.5.
This library is meant to have functionalities similar to .NET DirectoryServices, which unfortunately cannot be used with IBM Directory Server.
I tried binding using the following code:

ldapConn= new LdapConnection();<br />
ldapConn.Connect(txtServerAddress.Text,Int32.Parse(txtServerPort.Text));


and got the following error:

Connection.freeWhiteSemaphore(0): thread does not own the semaphore, owned<br />
by -2


It seems that the source of the error is from
Novell.Directory.Ldap.Connection.freeWriteSemaphore(Int32 msgId)\r\n.
Does anyone know why this happened and how to resolve it?
I'm using VS .NET 2003 on a WinXP Pro connecting to (1) ActiveDirectory
and (2) IBM Directory Server on Win2K.

[Edit]There is no problem connecting with LDAP.dll v1.0 that doesn't require Mono.Security.
I'm assuming the code resulting in the above problem has not been added.[/Edit]

Thanks,

Edbert
General.NET Version Pin
Edbert P17-Jan-05 13:53
Edbert P17-Jan-05 13:53 
GeneralFormating doubles Pin
Flack17-Jan-05 11:43
Flack17-Jan-05 11:43 
GeneralRe: Formating doubles Pin
Christian Graus17-Jan-05 12:25
protectorChristian Graus17-Jan-05 12:25 
GeneralRe: Formating doubles Pin
Stefan Troschuetz17-Jan-05 21:13
Stefan Troschuetz17-Jan-05 21:13 
GeneralWindows Installer questions... Pin
new_phoenix17-Jan-05 11:24
new_phoenix17-Jan-05 11:24 
GeneralRe: Windows Installer questions... Pin
Heath Stewart18-Jan-05 10:16
protectorHeath Stewart18-Jan-05 10:16 
GeneralAppending DataTable Pin
myNameIsRon17-Jan-05 11:10
myNameIsRon17-Jan-05 11:10 
GeneralRe: Appending DataTable Pin
Heath Stewart18-Jan-05 10:18
protectorHeath Stewart18-Jan-05 10:18 
Generalpropertygrid with browsable Pin
GoodQuestion17-Jan-05 11:04
GoodQuestion17-Jan-05 11:04 
GeneralRe: propertygrid with browsable Pin
Heath Stewart18-Jan-05 10:27
protectorHeath Stewart18-Jan-05 10:27 
GeneralDateTime Save null Pin
webhay17-Jan-05 9:24
webhay17-Jan-05 9:24 
GeneralRe: DateTime Save null Pin
Christian Graus17-Jan-05 9:58
protectorChristian Graus17-Jan-05 9:58 
GeneralRe: DateTime Save null Pin
Heath Stewart17-Jan-05 10:58
protectorHeath Stewart17-Jan-05 10:58 
GeneralRe: DateTime Save null Pin
webhay17-Jan-05 11:46
webhay17-Jan-05 11:46 
GeneralRe: DateTime Save null Pin
Christian Graus17-Jan-05 12:29
protectorChristian Graus17-Jan-05 12:29 
Generalgdi line cursor Pin
bwagz17-Jan-05 9:14
bwagz17-Jan-05 9:14 
GeneralRe: gdi line cursor Pin
Heath Stewart17-Jan-05 11:04
protectorHeath Stewart17-Jan-05 11:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.