News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
using seclib in vb.net  
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

by marco
posted on 2003/12/14

got it working!

excellent lib!

marco

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.