Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

inDesign cs5 not recognizing plug-ins

Guest
Oct 23, 2011 Oct 23, 2011

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

Error.JPG

TOPICS
SDK
4.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 09, 2011 Nov 09, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 17, 2011 Nov 17, 2011

You must have to install by  adobe extention manager 5.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 18, 2011 Nov 18, 2011

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Nov 18, 2011 Nov 18, 2011

You need to place basicmenu.sdk.pln and (basicmenu Resources) folder in Plug-ins folder. Resources folder is made with .pln file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 20, 2011 Nov 20, 2011

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

WFP.JPG

But while launching the Indesign application, I still get the same error. Please find the screenshot below.

alertInd.JPG

I would be very grateful if you could help me out.

Here's what I have in my resource folder:

resources.JPG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Nov 20, 2011 Nov 20, 2011

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 20, 2011 Nov 20, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 21, 2011 Nov 21, 2011
LATEST

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

mg55.JPG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines