Wondering if anyone has deployed a Client Automation Add-In to LF 10x. I've created an application as a new toolbar and in LF version 9x it works fine. When deployed to 10x it installs without any issues. It adds the toolbar buttons but it complains when a custom button is clicked. The following Error is generated “Input string was not in the correct format”
Below is an example of one button command:
CustomButtonManager.exe" -buttonclick -connguid "%(ConnectionGUID)" -hwnd "%(hwnd)" -pid "%(PID)" -DocumentID "%(DocumentID)" -SelectedPages "%(SelectedPages)" -SelectedEntries "%(SelectedEntries)" -command changeredactioncolor
NOTE: This command line syntax works in version 9. Also, if you deploy the SDK10 CA sample project to a v10 repository you get the same error.