Copy link to clipboard
Copied
Dear Sir,
We executed the "basicmenu" sample project file that is avaliable in 'indesign CS5 SDK' and placed the "BASICMENU.SDK.PLN" pulg-in in the indesign cs5 plugins folder. But we encountered a problem while launching indesign cs5. Screenshot of the error enclosed. Please advise
Kumar
Cadgraf Digitals Pvt Ltd,Chennai
India
Copy link to clipboard
Copied
Are you testing with a debug version of InDesign or a release version? (Unfortunately the alert covers the build info so I can't tell from the image supplied)
A debug version of the plug-in will only work with a debug version of InDesign and the same for the release version.
Secondly, CS5 and CS5.5 plug-ins are incompatible. If you are using the latest SDK then you are creating plug-ins for CS5.5.
HTH
Copy link to clipboard
Copied
You must have to install by adobe extention manager 5.
Copy link to clipboard
Copied
Hi, I have already install adobe extention manager 5, but when I test with the debug version of the plug-in the "basicmenu" sample project file that is avaliable in 'indesign CS5 SDK',
I still get the same error as others, it alerts "adobe indesign does not recognize the basicmenu.sdk.pln as valid plug-in. Please reinstall basicmenu.sdk.pln."
Please guide how to proceed.
Copy link to clipboard
Copied
You need to place basicmenu.sdk.pln and (basicmenu Resources) folder in Plug-ins folder. Resources folder is made with .pln file.
Copy link to clipboard
Copied
Hi,
I have tried to run another sample, the "WriteFishPrice" which is in the sample SDK as well. I have put the WFP.sdk.pln , (WFP.sdk Resources) and WFP.pdb in the Plug-ins folder
But while launching the Indesign application, I still get the same error. Please find the screenshot below.
I would be very grateful if you could help me out.
Here's what I have in my resource folder:
Copy link to clipboard
Copied
I have tried to build the WFP sample.
It works fine on InDesign CS5 Win.
I don't know why your plugin doesn't work.
Copy link to clipboard
Copied
Can you please check you contents in "PlugInConfig.txt" which is found in this location
C:\Documents and Settings\(ur username)\Application Data\Adobe\InDesign\Version 7.0\en_GB\PlugInConfig.txt
Or if you could send me a zip version of your WFP plugin and resource file. I'll replace it with mine and see if the same error persist.
Thx
Copy link to clipboard
Copied
I have tried to build the WFP sample.
It works fine on InDesign CS5 Win.
I don't know why your plugin doesn't work.
so, I show my xmi..
my workspace
F:\cs5sdk\build\win\release\WFP_CS5_WIN.mxi
F:\cs5sdk\build\win\release\sdk\WFP.sdk.pln
F:\cs5sdk\build\win\release\sdk\WFP.sdk.pdb
F:\cs5sdk\build\win\release\sdk\(WFP.sdk Resources)
filename = WFP_CS5_WIN.mxi
<?xml version="1.0" encoding="UTF-8"?>
<macromedia-extension
name="WFP.sdk"
version="7.2011.1119"
type="object"
locked="false"
pkgtype="zxp"
plugin-manager-type="all-users"
enabled-for-enabled-all="true">
<author name="WePNP.com (http://www.wepnp.co.kr)" />
<products>
<product name="InDesign" version="7.0" primary="true" />
</products>
<description>
<![CDATA[WFP.sdk]]>
</description>
<files>
<file source="SDK/WFP.sdk.pln"
destination="$indesign/Plug-Ins/WFP.sdk.pln"
platform="win" file-type="plugin" />
<file source="SDK/WFP.pdb"
destination="$indesign/Plug-Ins/WFP.pdb"
platform="win" />
<file source="SDK/(WFP.sdk Resources)"
destination="$indesign/Plug-Ins"
platform="win" />
</files>
</macromedia-extension>
indesign ncs5
Find more inspiration, events, and resources on the new Adobe Community
Explore Now