I create a application in VS2010 that uses InDesign API, but I receive a error in some pc

Hello!
My application opens a indesign document to edit. The majority of pc, all works fine, but some pc I receive an error:
Method not found: 'System.object InDesign._Application.Open(System.Object,Boolean)'
My code:
Dim myDesign As InDesign.Application
myDesign = CreateObject("inDesign.Application")
Dim mydocument = myDesign.Open(fileName", True)
Thank you!

Most likely MAX is and remains a 32 Bit App, even on 64 Bit Windows. And as such it has to continue to accesses a 32 bit VISA installation. But why are you musing about MAX using 32 Bit VISA when you try to run a 64 Bit DLL under 64 Bit Windows? They should be able to run along each other just fine, with no other influence to each other than that you likely won't be able to open an interface in one, while the other has it already open, but that is independent on bitness and will happen even if both processes are the same bitness.
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.Not working in USA timezone.

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works fine in our side (Timezone,kolkata ,india even for Timezone,slvaniya,USA) but our USA client is telling that on changing the date it not starts from start-up sequence.Can anyone plz suggest the reason for it.

    This is the code which we have used.
    //////////Return if it is first time for the day or not//////////////
    + (BOOL)isFirstTimeToday {
    BOOL result = YES;
    NSDate *now = [[NSDate alloc] init];     /// represents the current time
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: now];
    NSDate *today = [gregorian dateFromComponents:components];
    [now release];
    [gregorian release];
    NSDate *savedDate = [[NSUserDefaults standardUserDefaults] objectForKey:LAST_TIME_VISITED];
    if (savedDate) {
    if ([today earlierDate:savedDate] == today) {
    result = NO;
    return result;
    ////////Stores the date/////////////
    + (void)userDidVisitReenforceScreenToday {
    [[NSUserDefaults standardUserDefaults] setObject:[NSDate todayAtMidnight] forKey:LAST_TIME_VISITED];
    ////////////What [NSDate todayAtMidnight] stores/////////////////////
    + (NSDate *)daysFromNowAtMidnight:(NSInteger)nOfDays {
    NSDate *date = [NSDate dateWithTimeIntervalSinceNow: (86400*nOfDays)];
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: date];
    NSDate *dateAtMidnight = [gregorian dateFromComponents:components];
    [gregorian release];
    NSLog(@"dateAtMidnight : %@",dateAtMidnight);
    return dateAtMidnight;
    + (NSDate *)todayAtMidnight {
    return [self daysFromNowAtMidnight:0];
    Please Suggest..

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    Try posting in the developer forums to see if you can get some assistance,you'll have to be a registered developer for access though.
    developer.apple.com

  • Oh no! "Deprecated API Usage - Apple no longer accepts submissions of apps that use QuickTime APIs."

    Tried to submit an app to the Mac App store and I received this now:
    "Deprecated API Usage - Apple no longer accepts submissions of apps that use QuickTime APIs."
    Looks like a fix is in for Adobe Air (https://bugbase.adobe.com/index.cfm?event=bug&id=3680732), but I'm not sure if the same is being performed on Director.
    I'm not using any Xtras or anything, I think this is just embed within the Director builds.
    Looks like submitting anything to any Apple App store is going to be on hold for everyone until this gets fixed.

    Hi,
    Looks like this issue has been fixed in April 8th, 2014 release of AIR SDK. So the latest release 13.0.0.111 on May 13th, 2014 will have this issue fixed.
    Download Adobe AIR SDK
    Release Notes | Flash Player® 13 AIR® 13
    Thanks!
    Mohan

  • How to create snapshot portlet and snapshot query using server API

    How to create snapshot portlet and snapshot query using server API
    Regards
    Dheeraj

    Hi Sebastian,
    I have used the query and it is working fine. but, How could i include the headers of the query also in to the Excel Sheet.
    RehaanKhan. M
    see the method discussed here
    http://sqlblogcasts.com/blogs/madhivanan/archive/2008/10/10/export-to-excel-with-column-names.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • I bought an iPad 2. The first charge i made Was from the 86% to 100%. After that i used it. But then i read and in some sites say that it has to be charged 24 hours. So Now i have that question i did it well of wrong?

    I bought an iPad 2. The first charge i made Was from the 86% to 100%. After that i used it. But then i read and in some sites say that it has to be charged 24 hours. So Now i have that question i did it well of wrong?

    You can charge anytime. You can also plug it in over night if you want because you can never over charge it.
    http://www.apple.com/batteries/
    http://www.apple.com/batteries/ipad.html

  • I purchased Photoshop elements and downloaded the 32 bit version, but I received an error saying I need to download the 64 bit version.  How do I do that?

    I purchased Photoshop elements and downloaded the 32 bit version, but I received an error saying I need to download the 64 bit version.  How do I do that?

    You can get it from here:
    Download Photoshop Elements products | 13, 12, 11, 10

  • Can you create a Adobe DPS app that use Web Services

    I'm looking to create a DPS app that uses web services to pass data to and from a web server when the user has an internet connection, but when the user is offline stores data locally until an internet connection is established and then passes the locally stored data to the web server. Is this possible with DPS/

    It's challenging but it's possible. Hint: local storage.

  • Creating LabVIEW module adapter TestStand Steps using the API without loading module prototype???

    Is it possible to programatically create a TestStand step (using the API), that calls a LabVIEW module, without loading the prototype of the module to get a reference to the Module Parameters.
    I want to specify a VI Pathname, but I dont want to use that pathname to load the prototype.  I want to programatically specify the name, type, representation etc. of each of the controls and indicators.
    My reason for attempting this is that I only want the VIs called by the steps to exist on the target hardware not on the numerous development machines running my application.
    Any thoughts greatly appreciated.
    Steve  
    https://decibel.ni.com/content/blogs/DailyCLAD

    Hi Steve,
    Unfortunatly it is not possible to do what you want within Test Stand but I am not sure why it is necessary, I think I am understanding your application incorrectly.  The only time you will need to load the prototype is if you are creating the step but if you are creating the step you will need the VI that the step calls so that VI will need to be present on the system.  If you are not calling the step then you shouldn't need to load the VI prototype.  If this is how you program funtions it may be a problem with your architecture but if not please could you correct my misunderstanding so that I can go about finding a suitable solution.
    Regards,
    Tom
    Applications Engineer
    National Instruments UK & Ireland

  • Creating Excise Invoice from Sales Delivery using DI API.

    Hi Experts,
    I have been searching a lot for any Business Object for creating Excise Invoice base on Sales Delivery using DI API.. But have not yet found any one.
    I want to create Invoice for excisable items from Sales Delivery using DI API.,for Excisable items we cannot create standalone A/R Invoice . We need to create Excise Invoice also . But How to create Excise Invoice based on Sales Delivery using DI API. Is there any Business Object for that.
    Please suggest me.
    Thanks and Regards,
    Pooja Singh.

    Hi all,
    I have not received any reply for this thread. Does this mean that there is no provision for creating Excise Invoice from Sales Delivery ? Actually I was asked to create sales delivery and then Outgoing Excise Invoice and then Sales Invoice using DI API.
    But I don't find any Business Object for this in SDK ? Is it really not possible to create Outgoing Excise Invoice from Sales Delivery using DI API.? If possible then how?
    Please reply me if anyone has got any idea in this regard.
    Thanks and Regards,
    Pooja Singh.

  • Please help me that !  I am very new user of i pad, before a month i attach ipad to save pictures and songs from itunes software but unluckily itunes removed my all applications and games that i had in my new ipad, Now i downloaded some applications in my

    Please help me that !
    I am very new user of i pad, before a month i attach ipad to save pictures andsongs from itunes software but unluckily itunes removed my all applications andgames that i had in my new ipad, Now i downloaded some applications in my ipad,but
    " I want to come back all my previous ipad applications and gamesand wantto know about all the list of built in applications. Please solve myissue."  Regards i waiting your reply

    As long as the apps are still available in the store, and you use the same iTunes accouns as your originally used to buy/download them, then you should be able to re-download them for free : http://support.apple.com/kb/HT2519
    In terms of the built-in apps, they are all covered in the manual (plus iBooks which is a free download) : http://support.apple.com/manuals/#ipad

  • I have a program that uses Bing Maps, but the map only loads after the second search.

    On my website, I have an Agency Locator that uses Bing Maps to locate and display agencies near a zip code. In Chrome and IE, the map loads fine. If I clear the cache in FireFox, the map doesn't show up on the first search. The second search displays fine. I am not quite sure if there is something wrong with my code or if it is a bug with FireFox, Bing Maps, or the two of them together. I am using FireFox V27.0 on a Windows 7 pc.

    As an aside, I think attachEvent is a proprietary method of Internet Explorer. The script's method of browser detection might need to be updated.

  • Creating pdf with super/sub script using indesign

    Hi,
         I want to create a pdf with textrise for subscript and super script using indesign. I am new to this. Kindly guide me to acheive the same.
    Regards,
    Kameshwaran A.

    Hi Peter,
         Thanks for the response. I have created the file in ID and exported / print (Both i have made) it to PDF. When i open the pdf and check the textrise value is 0. Actually it should be greater than or less than zero. I don't know what mistake i have made or how to acheive the same. Could you please tell me where i have made the mistake.
    Thanks and Regards,
    Kameshwaran A.

  • Error when creating record from portal into MDM using MDM API's

    Hi All,
    When trying to create a new record from Portal we are getting the below error. It is working fine till yesterday.
    We are using MDM API's from webdynpro java for creating.
    What could be the reason for this. Not sure whether this error is ocuring for all the users or for single user.
    "Exception: CommandException com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.manual.ServerException: Database command execution error. A SQL statement failed to execute. The actual error may have been written to a log file."
    Please help to resovle this.
    Thanks
    Satish

    Hello Satish
    Suppose your Portal was upgrated
    if it right -  search and deploy new mdm packages
    Regards
    Kanstantsin

  • How do I recover photos lost by iPhoto. I tried using Time Machine but I get an error message saying that I don't have permission.

    IPhoto quit in the midst of importing some photos to the library.  When I reopened it, it had some events, that were imported a few days earlier, which had no photos.  They were missing.  I tried Time Machine to restore the iPhoto Library to a version made a couple of hours earlier.  But I got an error message saying that I did not have permission.  I tried restarting iPhoto while holding down the Option key and tried to access the Time Machine iPhoto Library, but that only got me a portion of the library and not the portion that was missing earlier.  When I restarted iPhoto this time, even more of my photos were missing.

    Try repairing the permissions on your Time Machine, Take a look at this link, http://support.apple.com/kb/HT1452

Maybe you are looking for

  • Thai language characters not displaying correctly in browser

    Hello all I am starting to develop a multilingual application which will include both english and thai. The problem Im having is that the browser displays only garbage when Im fetching a report on a table that includes Thai characters in a column. Wh

  • Dual HDMI

    Can a Mac min 2012 support dual hdmi outputs via onboard HDMI port and mini display to HDMI adapter simultaneously in video mirroring or extended desktop mode?

  • IPod 5th gen games transfer to iphone

    Is there a way I can transfer my 5th generation ipod games to my new iPhone 3G?

  • Adobe photoshop album starter edition

    Can anyone help me in regards to the Adobe phots album. I have downloaded picture to this photoshop and it will not let me save any of my pictures to "My Pictures" can someone advise me on what to do?

  • Safari has been crashing for a week now. ahh, so frustrating. please help.

    so my safari just automatically, randomly crashes every time I open up new windows. Safari has beem "unexpectedly closing". Please help!! I see there are thread crashes but I'm not sure how to fix it. Here is the report (of which I have sent to Apple