Visual Studio compiling 64 Bit Plugin for InDesign Server CS5

Hello guys,
Again I have a problem compiling 64 bit plugins, but this time in windows environments, the 32 bit compiling works fine (also on 64 bit machines). The first thing I've done was creating a new project configuration for 64 bit environments copying the 32 bit settings. Now I changed the precompiled libraries to use the 64 bit ones and changed the output directories. After that the compilation process completed without errors, but the resource files have not been copied to the output directory (the directory for them has been created, but it remains empty). Adding the created plugin into the servers directory ends up with a server message that the plugin could not be recognized. Have I missed something that is necessary for compiling 64 bit plugins?
I'm using the 64 Bit Developer Version of the indesign server CS5. The operating system is a Windows Server 2008 x64 R2 with Visual Studio 2008.
Thanks!
P.S. a plugin compiled with 32 bit settings (including 32 bit libraries) also works for the 64 bit version of the server, so does it make any difference if I'm using 32 bit or 64 bit libraries?

The libraries were all correct (all using 64-bit).  The problem was a pathing issue.  libxml2 needs iconv.dll, but it couldn't find the 64-bit version that I built.  Once it found it, everything worked correctly.
The funny thing about depends.exe is that it isn't right all the time.  For example, if you open one of the 64-bit .aip files that ships with Illustrator (rename it to .dll first), you'll see what I'm talking about.  It complains that you're mixing x86 and x64 CPU types, even though you're not.
The program I used to discover my issue is Process Monitor (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx).  I've been using it for years and love it.

Similar Messages

  • Issue in setting Load balancing for Indesign Server CS5.5

    Hi All,
    I need to set up load balancing mechanism for Indesign Server CS5.5 on Windows Server 2008 R2(64 bit version).
    I have dutifully following all steps defined in "WORKING WITH LOAD BALANCING AND QUEUEING FOR ADOBE INDESIGN CS5 SERVER.pdf"
    After running Indesign server using batch file "startup-indesign-server-CORBA-4instances.bat" from "<ID_SDK>\samples\load-balancing-and-queuing-clients\indesignserver-startup-scripts", I get only one instance of Indesign Server running. How to run multiple instances of the INDD server ? Is running multiple instance has something to do with type of licensing ?
    Now I run Clover.cmd script, I get this screen. I have no idea why its not working. Please help. Please let me know, if the scenario is not clear and more information is required.
    Thnx,
    D

    This is the image after running clover.bat

  • Develop plugin for indesign server

    Hi,
    i donno if this question is really trivial or if i'm just approaching this the wrong way. I need to develop a plugin that i'll have to run using indesign server. I have been reading the sdk documentations and trying to understand whatever i can. I've also developed the writefishprice plugin, however from what i understand that one won't run in the server. Is there any documentation that i can read that'll get me started on this, right now i feel like i'm between a rock and a hard place. any help will be greatly appreciated.
    thanks,
    Paul

    Hello,
    Even I have developed an Indesign server plugin, but I also face the problem in its invokation. I have read " indesign-server-plugin-techniques.pdf". It talks about how to make your plugin so as to make it compatible with indesign server, but doesn't talks about how does the server plugin gets invoked??
    Kindly help.

  • InDesign Server CS5.5 installation issue

    I am developing solution using InDesign Servers via COM which is hosted on Windows Server 2008 R2. And I am experiencing problem utilizing CS 5.5 server:
    When InDesign Server CS5.5 is installed on Windows Server 2008  (64bit) its COM component is registered with following parameters: CLSID = {96D10A00-63E3-423e-A223-DFC4BEA21206}, ProgId =  InDesignServer.Application.CS5.
    The problem is that those are the same parameters that are used for InDesign Server CS5 COM component. And therefore I can't have CS5 and CS5.5 installed on the same server, which is required for solution I am deleloping.
    Has anyone experienced that problem or maybe know some workaround for it?
    Meanwhile, When InDesign Server CS5.5 is installed on Windows 7 (32bit) its COM component is registered with unique parameters: CLSID ={34701EBC-5975-411C-8A45-E78E0934AADD}  and ProgId = InDesignServer.Application.CS5.5

    Hi Alexey
    I'm having trouble doing exactly what you say you have done.
    I'm trying to run InDesign Server CS5 and InDesign Server CS5.5 on the same Windows 2008 r2 64bit installation. InDesign Servers are Single Instance.
    I am only allowed to run one InDesign Server at once - not both.
    Is this possible for you or any other in this forum?
    Thanks in advance,
    Ruvan

  • How can I install the Amazon Kindle plugin for InDesign in InDesign CC?

    How can I install the Amazon Kindle plugin for InDesign in InDesign CC? I have it installed in InDesign CS6 and it works fine.

    Amazon has not updated the Kindle plugin for Indesign CC.

  • How to Create Plugin for InDesign?

    Hi,
    I am working with InDesign Scripting very well and now I want to start working with plugin for InDesign CS3 because of the limitation of the Scripting. But I have no idea, how to start and where to start creating Plugin for InDesgn CS3.
    I am using Windows OS
    Can someone tel me clearly how and where to start Creating Plugin and suggest me any plugin editor for Win OS. You can also suggest me at [email protected]
    Someone pls guide me.......
    Thank You.

    Hi, Praveen
    Thanks for your reply,
    I am going to look for  "programming-guide.pdf" and then take further steps to plugin.
    But can you tell me what are the resources that can be created by Eclipse 3.2.2 and why we use two Editors (VC++ Editor and Eclipse 3.2.2) here.
    Thanks,
    Vivek

  • Hi. Is there a plugin for Indesign CC for group layers?

    Hi. Is there a plugin for Indesign CC for group layers?

    Hm. There is a plug in by DTP Tools, but it seems its not compatibel with InDesign CC.
    DTP Tools - Layer Groups for Adobe InDesign
    Uwe

  • Visual studio 2013 Premium - No template for Windows phone 8 app development

    Visual studio 2013 Premium - No template for Windows phone 8 app development 
    I have selected all features while installation.

    Thanks for pvdg42's help.
    Hi Dhiraj Sakariya,
    Like the link provided by pvdg42, if you create a Windows Phone Silverlight project, you would get the option to select the Windows Phone OS version like this screen shot.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can I reuse InDesign(Desktop) Plugin in InDesign Server?

    Hi,
    I am new to InDesign server development. I developed a plugin for InDesign Desktop and it is working fine. Is ther any way to use this plugin in InDesign server also(directly or after some modification in code). I am bit confused as i am not finding any info anywhere.
    Thanks in advance
    Regards,
    Harsh

    The best practice is to split plugins into two parts - basically one with all panels/dialogs and one with only model code. The one with model code can then be shared with server (cs6 server on windows is more awkward since it only supports 64 bit and InDesign is only 32 bit so separate compiles are needed)
    Regards
    Ian

  • Visual Studio very slow to connect to SQL Server

    Hi all,
    I'm running a Windows 8.1 laptop, and have Visual Studio Ultimate 2013 as well as SQL Server Management Studio 2014 and SQL Server Express 2014. I also have a Windows Azure
    SQL Server 2014 database server.
    I set up all of this while living in North America - Quebec to be exact. While working from there, I had no trouble connecting to my database server, through Visual Studio or through SSMS.
    I'm now living in France, and am having an extremely hard time accessing my databases. While connecting through Visual Studio, it takes 10-20 minutes of waiting before the connection is established with the server. This is true for both the Windows Azure database
    server AND the SQL Server Express edition installed on the same laptop!
    It makes absolutely no sense - how could it take so long to connect to a server installed on the *same* machine as the applications? What's even more strange, once the connection is established, all other actions happen instantly. There is no delay in communicating
    with the server once the connection is set up - it seems like the problem is specifically with connecting to the server.
    I've tried using the IP Address instead of localhost, I've also tried using the instance name of the SQL Server Express instead of localhost. Neither have solved the problem.
    Can anyone help me with finding out why this is happening? Thanks!

    Hi all,
    I'm running a Windows 8.1 laptop, and have Visual Studio Ultimate 2013 as well as SQL Server Management Studio 2014 and SQL Server Express 2014. I also have a Windows Azure
    SQL Server 2014 database server.
    I set up all of this while living in North America - Quebec to be exact. While working from there, I had no trouble connecting to my database server, through Visual Studio or through SSMS.
    I'm now living in France, and am having an extremely hard time accessing my databases. While connecting through Visual Studio, it takes 10-20 minutes of waiting before the connection is established with the server. This is true for both the Windows Azure database
    server AND the SQL Server Express edition installed on the same laptop!
    It makes absolutely no sense - how could it take so long to connect to a server installed on the *same* machine as the applications? What's even more strange, once the connection is established, all other actions happen instantly. There is no delay in communicating
    with the server once the connection is set up - it seems like the problem is specifically with connecting to the server.
    I've tried using the IP Address instead of localhost, I've also tried using the instance name of the SQL Server Express instead of localhost. Neither have solved the problem.
    Can anyone help me with finding out why this is happening? Thanks!
    Hello,
    Since this issue is not related to Visual Studio debugger tools, I will help you move this thread to Visual Studio General forum to get help about using Visual Studio.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Installing Transparency Flattener Preset for Indesign Server CS4

    I'm trying to figure out how to install a transparency flattener preset for InDesign Server CS4.
    I can see how they are installed for the InDesign app.  Edit -> Transparency Flattener Presets...
    But I'm not sure which directory to install these on for the server.
    I've seen a post that mentions:
    C:\Documents and Settings\<UserName>\Application Data\Adobe\InDesign\Version 6.0\en_US\Transparency Flattener Presets
    /Users/<UserName>/Library/Preferences/Adobe InDesign/Version 6.0/en_US/Transparency Flattener Presets
    for the Desktop version.  But when I place files here even for the CS4 Desktop, they don't seem to show up in the UI.
    Any help would be appreciated,
    Thanks,
    Dennis

    Thanks, to get this working in a server script, I ended up just programmatically creating the flattener preset, rather than worrying about the .flst files.  (Java code below)
      //Setup Transparency Flattener (if not in application)
      FlattenerPreset flattenerPreset = app.getNamedChildFlattenerPreset("Test");
      if (flattenerPreset == null) {
          flattenerPreset = app.addFlattenerPreset();
          flattenerPreset.setName("Test");
          flattenerPreset.setRasterVectorBalance(VariableTypeUtils.createLong(100));
          flattenerPreset.setLineArtAndTextResolution(2400.0);
          flattenerPreset.setGradientAndMeshResolution(400.0);
          flattenerPreset.setConvertAllTextToOutlines(false);
          flattenerPreset.setConvertAllStrokesToOutlines(false);
          flattenerPreset.setClipComplexRegions(false);
      pdfPreset.setAppliedFlattenerPreset(flattenerPreset);

  • Search for, edit, and delete XML tag (Adobe InDesign Server CS5)

    Hi all,
    I'm working with Indesign Server CS5 and JavaScript, though having some trouble coming up with a solution to a problem...
    I need to build a JS script (called through SOAP) that will enable me to search an InDesign file for a given XML tag.
    Upon finding the XML tag, if the 'action' variable is set to delete, it should delete the tag and its contents.
    If the action is set to edit, it should change the contents of the tag to some user-specified content.
    The primary caveat is that the XML tag is variable, as is the XML structure of the InDesign file.
    Here's what I have in mind, in pseudocode:
    function findXMLTag(tag, action) {
         app.searchForTag(tag);
         if (tagIsFound) {
              if (action == "delete") {
                   tag.delete;
              } else if (action == "edit") {
                   tag.contents = "Updated content";
    Any help would be greatly appreciated!
    Thanks,
    Ben Kay

    'searchForTag' can be implemented as a recursive function.
    Recursion is defined like this: I thought, "I'll just search this forum for 'recursion'." The first post I found was one of my own, suggesting that the poster should search the forum for 'recursion'.
    Here is an example: find the XML Element [<email>]
    And another: Remove xml element using JS[CS3] (read carefully, as the OP got stuck on how to successfully remove an element and continue)
    And one, using XML Rules -- which I'm totally unfamiliar with, but may work for you: Changing Values in XML tags

  • Perl client for InDesign Server

    Please help to setup a perl client for InDesign server to run javascripts: Below is the code I tried to run "MakeDocument.jsx"
    use SOAP::Lite;
      use CGI::Carp qw(fatalsToBrowser);
      my $soap = SOAP::Lite->new(proxy=>'http://172.16.32.43:18444/service?wsdl');
      my %script_parameters = ( "scriptFile"=>"MakeDocument.jsx", "scriptLanguage"=>'javascript'); 
      my $result = $soap->call('RunScript',%script_parameters)->result; 
      print $result;

    What's the error you are getting? Where is the script placed?

  • Creating a TOC via script on InDesign Server [CS5.5]

    I have been struggling for about two weeks with trying to figure out how to script the creation of a TOC and an index for a book.  I've successfully created the book, and have also been able to create the table of contents, however I cannot place the contents in the book.  From the UI it's simple because it loads up the cursor with the TOC contents.  But in script, it simply provides an array with a single Story object.
    I have no idea how to make the story appear in my document.  Here's my current code:
    var book = app.open("book.indb");
    var doc = app.open("table_of_contents.indd");
    var tocStyle = doc.tocStyles.firstItem();
    var stories = doc.createTOC(tocStyle, true, book, ["1in", "1in"], false, doc.layers.firstItem());
    When I hit that final line, I get the following error:
    Invalid value for parameter 'destinationLayer' of method 'createTOC'. Expected Layer, but received Layer.
    Okay... so, if it's expecting a Layer and I'm providing a Layer - what gives?
    Originally I had figured that I:
    Had to create a TOC document from a template which contains a single text frame that automatically flows from page-to-page (using a master)
    Add the document to the book at the beginning
    Copy the contents of the Story into the TextFrame
    Iterate the Lines collection of the Story, copying the paragraph and character styles for each line
    This works, but it's no longer a TOCStory type.  I would like to maintain the TOCStory type and just have the content flowed into the new document which I add.  This makes sense, logically, but I know that nothing in InDesign is really that logical.  It seems to be a lot of collection manipulations, but I cannot figure out which collections to manipulate.
    The Index.generate() method seems so much more logical because the first argument is where to place the content.  If it were only that simple for the TOC!  If you've had experience doing this, please let me in on the secret...  I don't have access to the menu items so I cannot invoke actions.  Those threads don't seem to apply for InDesign Server (and that makes sense, since it's headless)
    Thanks,
    - Brett

    Hi Brett,
    here is the code that worked for me.
    Michael
    var bk=app.books.add(File("C:/Users/wwadmin/Desktop/testbook.indb"));
    for(i=0; i<5; i++){
    var doc=app.documents.add()
    var page=doc.pages.firstItem()
    var frame=page.textFrames.add({geometricBounds:[0,0,'10in','10in']})
    frame.contents="Hello World!!!!!";
    var style=doc.paragraphStyles.add({name:"Body"});
    frame.paragraphs.firstItem().appliedParagraphStyle=style;
    doc.save(new File("C:/Users/wwadmin/Desktop/doc"+i+".indd"))
    bk.bookContents.add(File("C:/Users/wwadmin/Desktop/doc"+i+".indd"));
    var doc=app.documents.add();
    var page=doc.pages.firstItem();
    style=doc.paragraphStyles.add({name:"Body"})
    tocstyle=doc.tocStyles.add({name:"myStyle"});
    tocstyle.tocStyleEntries.add({formatStyle:style, name:style.name});
    doc.save(new File("C:/Users/wwadmin/Desktop/test.indd"))
    bk.bookContents.add(File("C:/Users/wwadmin/Desktop/test.indd"));
    doc.createTOC(tocstyle, true, bk, undefined, true, doc.layers.firstItem())
    bk.save()
    for(a=app.documents.length-1; a>(-1); a--){
    app.documents[a].save(File(app.documents[a].fullName));
    app.documents[a].close();
    bk.close()

  • InDesign Server CS5.5 developer

    I am a business systems manager in Glous, UK and I am looking for a InDesign Server CS5.5 developer to work as a part time consultant.  I can offer good rates -- any takers?

    Hello Martin,
    We are India based company and we have expertise in Adobe InDesing. Please take a look at www.raykor.com
    Thanks,
    Vikram

Maybe you are looking for

  • Hover over variable tooltip not working in debugger?

    We recently upgraded to Sun Studio 12 and the debugger seems to have a problem. We used to be able to hover over a variable with the mouse (i.e. tooltip) and inspect the variable value. This no longer works reliably. Has anyone seen this? Is there a

  • Connecting 2 (21.5" & 27") iMacs and using 21" as second display

    Hi, I have 2 imacs (1x27 and 1x21.5), 27 is mid 2010 and 21.5 is late 2009. Iam trying to find out if I can use 21 as 2nd display off the 27. I connected them together with mini dv and they default to 21 as primary and 27 as 2nd. Any help here would

  • Install a package from Solaris 10 cd

    Hello, I accidentaly removed a package (namely SUNWgcc) from the system. I have the Solaris 10 CDs. Is it possible to install this package for the CD? I check the CD and it looks like SUNWgcc on it is not a package that I can install with pkgadd -d.

  • Business Objects 4.0 Installation Prerequisites

    Hi Gurus, I want to install BO 4.0 on windows machine. I wanted to know what are all the prerequisites involved for this activity. Thanks & Warm Regards, Vijayavinoth R

  • Error when opening page with the web browser activex

    I have downloaded the example for using the web browser activeX component to display a web page. It basically works, but it keeps returning an error (from NI's web site) that I don't see when opening the site from IE. The message I get is: Are there