|
The wrapper will work with both Visual Studio 2003 and Visual Studio 2005.
The wrapper is written in C#. However, you can still use it within you VB.NET code by making a reference to it in your project. See How do I use the software and source code in my code?
You have a few options in how you can use the wrapper in your code:
- Reference the LDAPManager.dll in your Visual Studio project
- In your Visual Studio Project, right click on your project in the Solution Explorer pane.
- Click on Add Reference
- Select the Browse tab
- Browse to the Wrapper Plus code's bin directory and select LDAPManager.dll
At this point you should be able to access the classes in the wrapper by typing in Where intellisense will detect all the available functions
- Add the LDAPManager project to your Visual Studio Solution
- In your Visual Studio Solution, right click on your Solution in the SOlution Explorer pane.
- Click on Add > Existing Project
- Browse to the project file of the Wrapper Plus (LdapManager.csproj)
- Click
- In your Solution Explorer, right click on the project you want to use the wrapper in.
- Click on Add Reference
- Select Project form the tab
- Select the LDAPManager project from the window
- Click OK
At this point you should be able to access the classes in the wrapper by typing in and intellisense should detect all the available function
There is no trial download for the Wrapper Plus version, however there is a free download for the Wrapper Lite, which is intended to demo some of the basic functionalities of the the Plus version. We recommend you download the free one to try to see how it works for you then downloading the Wrapper Plus.
The wrapper plus that will download is a zip file that will contain 2 folders:
- ADHelper - The sample application the demonstrates how the wrapper is used.
- ADHelper.csproj - The project file for the sample application
- LDAPManager - The Wrapper itself
- LDAPGroup.cs
- LDAPManager.cs
- LDAPUser.cs
- LdapManager.csproj - The project file for the Wrapper Plus
We do provide email support on issues that we have seen before. We do encourage you to let us know of any issue you may encounter so we can improve upon the Wrapper in future versions.
The Wrapper Plus is licensed per application (Windows application or web application). Each license is $399.99.
You can find the list of all available features here
|