I have a plugin written using SDK10 and visual studio 2008. It is a very simple one and just added a few lines of the code to PluginInit method in starter. The plugin’s name remains the same—“Starter”. It works fine in acrobat. When enable for reader, I used the following line:
SignPlugin -kp keypairFileName -cf RIKLA-DigCert.rc C:\......\Samples\Starter
keypairFileName is the name of the keyPair created by the MakeKeys tool in SDK10, RIKLA-DigCert.rc is the name of the Reader Integrated Key from Adobe.
I got “Can’t update resource in plugin” error.
The size of the public/private key pair and public key are correct. The key from adobe is a new one.
I'm not sure why this is happening. Any suggestions?