by marco posted on 2003/12/13 |
|
Hi All,
I am trying to use the security library in vb.net ... perhaps the problem is that i'm new to ms programming in general. =)
Whenever I run my app, I get an error when my app makes the call to (my SecureSocket obj).BeginSend(...). The error (Err.Description) is "The specified module cannot be found." I've added some addtional messages from Err.*
I added the Org.Mentalis.Security.dll as a .NET Reference through Project/Add Reference, and Imports Org.Mentalis.Security.SSL and .SSL.SecurityOptions in the source files where I am trying to use seclib. Is there something else I should be doing?
Thanks!
marco |
by marco posted on 2003/12/13 |
|
oops ... forgot to finish.
The additional message I get from the various members of Err.* is:
The specified module could not be found at Org.Mentalis.Security.Ssl.SecureSocket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
Thanks!
marco |