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

InDesign Server Plugin upgraded from CS5 to CC2021 is not binding methods to app object for scripts

New Here ,
Feb 23, 2022 Feb 23, 2022

Copy link to clipboard

Copied

I have a plugin developed for InDesign Server CS5 that extends the script engine's app object with methods that can be called from jsx files. To add methods to the app object I have developed a class that inherits from CScriptProvider and overrides the HandleMethod method.

 

I'm updating the plugin to use it in InDesign Server CC2021, and for this I've created a new project with the tool Dolly from the plugin SDK 16.1.0.020. I've added the sources of the previous project and support for .NET. I've compiled in Visual Studio 2019 for Windows and get a binary with a .pln extension that the server instances recognize as a plugin.

 

However, when I try to invoke one of the methods offered by the plugin from .jsx files, an error is logged in the event viewer indicating that the method invoked is not recognized as a function. I've tried the solution proposed at https://community.adobe.com/t5/indesign-discussions/i-want-to-communication-with-c-sdk-plug-ins-by-j... unsuccessfully.

 

I would appreciate any help or advice to solve this problem. Thanks in advance.

TOPICS
Bug , SDK

Views

111

Translate

Translate

Report

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 Expert ,
Feb 23, 2022 Feb 23, 2022

Copy link to clipboard

Copied

LATEST
  • Try launhing the InDesign with Admin priveleges. Sometimes the tlb file is not updated.
  • Also check the fr file definition of the method and the property on which the method is defined. Once the plugin is loaded check if the any methods/events/properties that you coded have been added to DOM or not if some are added and some not then you know where to focus.
  • Also check the script ID's
  • You can also match your code with the sample SDK code to identify what is different in your case.

-Manan

Votes

Translate

Translate

Report

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