Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How do I reference LAPI with Visual Studio 2008
Mark_Coe
I am using C# in Visual Studio. I want to access the LAPI. In order to do that it must be referenced. I cannot find in the the .NET or COM listings. Does any one know how to do this?
Find more posts tagged with
Comments
Appu_Nair
Try this and see if that is what you are missing.First you SHOULD HAVE installed lapi client libraries(I am sure you understand that they need to be there).Usually they get installed in program files\opentext\lapi.You should see files in its bin folder.Then you fire up VSS 2008 and in a new project add a reefrence to lapi and lapinetp using the browse file dialog.Lapi also need vjslib installed.All of this is available on the dependency documentation of lapi as well.