Is there anywhere where i can get these dlls with strong names, i am unable to build my application because of this !
thank you in advance
Are you speaking about the LAPI for .NET? There are no official .NET assemblies for LAPI signed with strong names.You may have to resort to one of solution how to overcome the problem that there is no 64-bit LAPI. (It has been discussed in a couple of threads on OTDN.) If you work on a new project, look at EWS as the preferred alternative to LAPI..Are you developing a solution with the product Open Text CLM Services for SharePoint by any chance? --- Ferda
Hi there, i have tried the webservice route today with now luck, the ll sample isnt really showing me a simple log in and create a folder....you wouldnt hav e asample code in c# would you ?
its not a sharepoint application its another custom web app...
thank you i will try and use the 64 bit route
Use LAPI_NETs.dll instead of lapi_netp.dll both are same and it lets you to strong name.
Sorry for misguiding you about the strog name signed assemblies or LAPI. If you still choose the way of EWS, you can look to the client's guide for the authentication and getting the DocumentManagement service. A folder is created by dm.CreateFolder(parentNodeId, "My Folder", "", null), for example.
--- Ferda