is this dll library ( Interop.LFSO80Lib / version: 8.0.0.0 / Runtime Version: v2.0.50727 )compatible for Laserfcihe Version 11. Trying to access the database to retrieve an entry Id is not bringing back the Entry Id via the LFDatabase.GetEntryByID(toc.parentid) method.
Question
Question
is this dll Interop.LFSO80Lib compatable for Laserfcihe Version 11
Answer
It's possible it's a security restriction, though those tend to have error messages that are more explicitly like "access denied". One thing to confirm is that you are connecting to the repository that you think you are - that you aren't using a testing id in a production server or vice versa.
Replies
It should work, and any fundamental problems should be exposed when you try to connect to the repository - well before you are in a position to call GetEntryByID. What kind of error are you getting?
It does not give an error. If connects to the server, the repository, the database. It says the entry is not found but it is in the database table and when we search the repository it is in the client also. Could this be a permissions issue on the table with the account being used?
It's possible it's a security restriction, though those tend to have error messages that are more explicitly like "access denied". One thing to confirm is that you are connecting to the repository that you think you are - that you aren't using a testing id in a production server or vice versa.