Using SPTool Library




How to include Sharepoint Tool Library to your project


Pre-requirements : You must have Sharepoint installed, SPTool library installed. You must be on a sharepoint server for developing the application.

1) Create or open your project. It may be a console application or a windows form application or a class library
2) In the properties window, right click on "References" under your project and click on "Add Reference"
3) Click on the "Browse" tab
4) Navigate to the path where Sharepoint Tool is installed. eg) C:\Program Files\E-Infotainment\SPTool
5) Select SPTool.Library.dll under the "bin" folder and click on "Ok".

Thats it, you can now start using the classes and methods of SPTool.Library in your projects. If you are moving your application to some other environment, then make sure the SPTool.Library.dll is either available in GAC or in the bin folder of web application where it is used.

Go back to index