In a custom application that generates reports, I implemented a way to use the Save To Laserfiche dialog. The solution is working well when the Laserfiche Client 8.2.1.687 is installed on the PC running the application. When it's not installed I get an error indicating that a COM library isn't registered. After some research I found out it was the LFCommonDialog.dll that caused the problem. I haven't found the merge module associated with this library.
Is there a way to use that dialog without the laserfiche client installed on the PC?
this is the save dialog I'm talking about :
The SDK 8.2 is used in the custom application. Our client migrated to version 9 of Laserfiche earlier this year. All other communications to the Laserfiche server 9 works perfectly with the SDK 8.2.
Thanks