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 to program LAPI in comination with C#
Bax_Ruud
L.s.In the past I've written some maintenance applications in Visual Basic which made my life as a system engineer a lot more pleasant. From 9.7.1 on apparently the .bas files to include in my vb-project don't exist anymore and I have to move to C#.I'm pretty new to C# but I am able to write some simple programs in the language. A problem raises when I try to incorporate the Livelink LAPI in my programs. I thought I would have to make a reference to some of the .dll's but that doesn't seem to work.How do I have to set this up !?Regards,Ruud Bax - Oranjewoud
Find more posts tagged with
Comments
Todd_Pinel
You will need to reference your LAPI assembly and the vjslib assembly in your project.If you do not have the vjslib assembly listed in your .NET references you can download and install the J# redistributable package from Microsoft to get it.If that doesn't get you going you will have to post exactly what issue you're running into.
Bax_Ruud
I installed the J# redistributable, LAPI 9.7.1 and MS C# Express Edition.I create a new Console Application and then try to add a reference to the LAPI assembly. I look under the .NET tab but I don't see anything that resembles Opentext, Livelink or LAPI.Where can I find it ?Regards,Ruud
Appu_Nair
use the browse button go to the OpenText\lapi\bin add the refrence See if this csreen cap helps