How to Install Microsoft Word Add-in in Windows Svr 2008 R2 64bit with Word 2010 32 bit

I developed Microsoft Word Add-In for 32 bit systems which is working fine. Now i want to install the same on Win Svr 2008 R2 Enterprise 64 bit with 32 bit Microsoft Word installed. What changes do i need to do in my project and installer.
Desired Target: Win Svr 2008 R2 64 bit with Word 2010 32 bit
Working/Development/Testing PC: Win 7 32 bit with Word 2010 32 bit
Tried Steps
Changed project and installer target to x64
When i give target location in Application folder [ProgramFilesFolder][Manufacturer]\Office14\ADDINS\ the Add-In automatically installs in C:\ProgramFiles (x86)\Office14\ADDINS\ and registry is also updated as required but when word is started it tries to
load Add-In in location C:\ProgramFiles\Office14\ADDINS\ whereas files are placed in x86 ProgramFiles because word too is 32 bit.
note: Setup of server (Win08r2 64 bit with 2010 Word 32 bit) cannot be changed as it is running in production.
please guide how do i solve the issue.

I rebuilt the solution in .Net 3.5 and somehow it solved the problem on the clients.
For second query As Microsoft Word 32 bit is installed on Win Server 08 r2 64Bit so i needed a target code for 32 bit which worked. 64 bit solution was not required as quoted by
Eugene Astafiev
earlier. Thanks for your support.

Similar Messages

  • How to decrease Microsoft Word 2010 Add-in loading time

    Problem Statement.Developed a Microsoft Word 2010 (32 bit) Add-In using VB.Net 3.5 in visual studio 2010. I am not sure if i followed required procedures but somehow i achieved what was required at client end.
    Steps followed
    1. New VS2010 solution VB >Office> Word 2010 Add In
    2. Added ribbon and  Inserted buttons on ribbon,
    3. Added desired code behind buttons
    4. Added a VS Installer setup project and added registry entries,
    5. Manifest "path\WordAddIn.vsto|vstolocal"
    6. LoadBehavior set to 3
    Now problem is after installing Built Add In on Client computers Microsoft Word 2010 32 bit takes almost 25 to 40 seconds to load every time Word is started  client computers having Win Server 2008 R2 64 bit.
    Please guide how to resolve the issue.

    Hello Rakesh,
    There can be multiple reasons why you see such delay. Take a look at the following links for more information:
    Resolving performance issues with loading Office add-ins (VSTO add-ins or Shared add-ins)
    slow load time for VSTO AddIn in Word 2013 64-bit
    Is the certificate revocation enabled on the problematic machine? See
    Under IE Security -> “Check for publisher's certificate revocation”. 

  • How to install bo xi 3.1 on windows server 2008 r2 sp1 (virtual machine )

    HI GUYS --
    operating system: I am trying to install Business Objects into a virtual  computer which has a windows server 2008 R2 SP1 operating system. I installed version BO XI 3.1 and I also installed Service pack 3 and Service pack 4. I installed liveoffice usual way. Whenever I try to design  xcelsius and dashboard, I got some errors. In order to fix these errors, I followed SAP notes step by step. However, It didnt help me at all. I also tried to install by looking at install guide and supported platform documents, but I get an error each time of doing that. I can write each error over here. I also opened a link over here. Check out the link please to see the errors how to display webi docs. in liveoffice?
    My main question is this.
    Are there anybody who works operating system windows server 2008 R2 SP1 and this installed into the virtual machine? If so, Is it worked by doing which installations exactly?
    Note; Business Objects tools work very well (infoview, cmc, web intelligencei and the others work  without problems at QAAWS BO XI 3.1, but they have been given cluster error at BO XI 3.1 SP3) . In addition, port server settings have been installed based on the installion guide. If you give me any information other than whatever I said, I appreciate that. I also point out something. If I dont get any message which I attached a sample when I try to operate life office. In this situation I cant see either my documets or web documents in infoview)
    [http://imageshack.us/photo/my-images/3/sorunc.jpg/|http://imageshack.us/photo/my-images/3/sorunc.jpg/]

    Hi SYaGCi,
    Denis is right this is actually documented in the Supported Platforms Documentation:
    "Windows 7 and Windows Server 2008 R2 are new platform support additions in Service Pack 3 which are only available for support on the SP3 full release install of SAP BusinessObjects Enterprise. The SP3 patch only release of SAP BusinessObjects Enterprise does not provide support for these two new platforms."
    Kind regards,
    John

  • HOW TO INSTALL ODI 11g / OWB 11g  IN WINDOWS SERVER 2008 R2 (64 BITS)

    Hi everybody,
    I have a serious problem.
    Last week we buy a new server with Windows Server 2008 Std. R2 x64, for a new project. I tried to install the RDBMS Oracle 11g R2 (x64) without problems, but when i try execute the "Design Center" contents in OWB, show me the error: 0xc0000018
    Then, I´m thinking in install Oracle Data Integrator to solution it, but i`ve read that neither can install on 64 bits system... This is true?
    Somebdoy knows how can I install OWB 11g / ODI 11g in a Windows 2008 Server 64 bits?
    Thanks & Regards!

    OWB 11G Will have been installed with the database, it now ships with 11G.
    Check you are on a supported platform for design centre using the certification matrix.
    Quick google search for you regards 0xc0000018 :
    Problem in Lunching OWB Design Center

  • I cannot insert a pdf object into word 2010 (64 bit).

    I've tried to insert a pdf file (acrobat 11 pro installed) into word 2010 (64 bit) and get a message along the lines of:
    "the program used to create this object is acrobat. That program is either not installed on your computer or it is not responding. To edit this object, install Acrobat or ensure that any dialog boxes in Acrobat are closed."
    Acrobat 11 Pro is installed and works fine for everything else.
    I've never had a problem with this before.
    Any help would be greatly appreciated.
    I've already tried to repair acrobat and I've uninstalled and reinstalled it but makes no difference.
    (problem also applied to excel and word pad)

    I am having this same issue.  Has it been solved yet?

  • How do i convert pdf file to word (i have installed microsoft word on my mac) . thanks

    Hi
    How can I convert pdf file to word ( I have installed microsoft word on my mac)
    please advise
    Thank You

    You need an OCR program. The most popular is Adobe Acrobat, but there are many free PDF> TXT programs.
    See this thread: https://discussions.apple.com/thread/3993768

  • How to fix width of plain text content control in Microsoft Word 2010?

    I try to make the simplest solution for my custom to modify current Word template without hard code anything except field name.
    As you can see above image, normally text field in Word is not fixed width control. So, it may affect document layout. Moreover, I want to add dotted line below all text fields in document template.
    Is there any possible solution that end-user can do in normal Microsoft Word 2010 application?
    PS. I will fill all controls with data from Microsoft Access.

    In PDF file, I can easily create fix-size absolute position field inside document template like the following document. In Microsoft Word, I cannot fix even the size of plain text field.
    PS. Nobody use table with fixed cell size as normal form (hard copy). I think Microsoft Word is really bad choice for creating any document template by end-user.
    Criticizing Word for not doing the same as some other application is hardly relevant. Have you tried word-processing with Adobe Acrobat?
    As for your PS, Word tables are ideal for the kind of thing you describe. Your assertion that 'nobody' does so is plain ignorance - it is a common practice. In my previous employment,
    many forms were created using Word tables. Before complaining Word is a 'really bad choice', you should learn how to use it.
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Does anyone know how I install Microsoft office onto an I Mac or if I even need it.

    Does anyone know how I install Microsoft office onto an I Mac or if I even need it.

    If you need to write or modify documents made with Word, Excel, or Powerpoint, then you need Office. Otherwise, you don't. If you already have it then installation just involves double-clicking on the Office Installer's icon.
    You may want to consider as well:
    These two suites are similar to Libre Office but not as current or as well-supported:
    NeoOffice
    Open Office
    And, then there is Apple's iWork suite:
    Pages - word processing and layout
    Keynote - presentation
    Numbers - spreadsheet
    Each can open and save Office compatible files. They may be purchased separately via the Mac App Store for $19.99 each.
    (Access to the Mac App Store requires Snow Leopard 10.6.6 or higher and an Apple ID.)

  • Installed Microsoft word on iPad The templates are underlined in English but when you open them they are in a different language

    have just installed Microsoft word on iPad all the templates are underlined in English but when you open them they are in a different language

    Regarding pseudo-latin template filler language, you can learn about that standard practice at
    http://en.wikipedia.org/wiki/Lorem_ipsum

  • Hello, please tell me how to download microsoft word . Thank you

    hello, please tell me how to download microsoft word . Thank you

    As Terence said, Word is not a free program. It's part of Office 2011 and must be purchased. If you are looking for a free program that can work with Word documents, try LibreOffice:
    https://www.libreoffice.org/features/
    Regards.

  • How to download microsoft Word 2011

    Hello! Can you please help me how to donload microsoft word document 2011 on Macbook pro i7 for free.

    You have no internet connection?
    Barry

  • How to install Microsoft Lync on Curve 9380

    Hi All,
    I recently got my BB Curve 9380, ever since I got my BB I have been trying to install Microsoft Lync on my device with no luck at all. I did some searching on Google and ended up at http://us.blackberry.com/apps-software/server/exchange/ocs2007.jsp.
    I did the things as mentioned in above URL but couldn't quite successful yet.
    Can someone please help me out on how to install Microsoft Lync on my deive PLEASE.
    Thanks in advance !!
    Srini
    Solved!
    Go to Solution.

    Hi Srinivas_akyana,
    Please copy paste downloaded file in your memory card of device.
    & access it on your devcie, you will find a folder naming OC2007 > there will be many folder inside, so you have to select the folder according to your devcie OS (Suppose you have OS 7 then open folder for_7.0.0 > Click on .jad file of language in which you want to install the app (Suppose you want English so select oc2007_700_en.jad)
    Once you click on .jad file, it will prompt you to download and install the app.
    Good luck...

  • How to Install microsoft lync 2010 client on 9800

    How to Install microsoft lync 2010 client on 9800?
    I have tried all possible links to download the files. but how can i integrate it???
    Consultant

    There is a step by step guide on how to download and install the Lync Client at the technology website, ITProportal
    http://www.itproportal.com/2012/06/07/lync-2010-bl​ackberry-client/

  • "A supported version of Microsoft Word does not exist. Please install Microsoft Word 2000 or newer."

    I am a new RoboHelp user und I want to import content written with Word 2013 into RoboHelp.
    I'm using RH HTML 9.0.2 and MS Word 2013 (Office 2013) on a Windows 7 professional computer.
    When I try to import a Word-Document (I downloaded and used the example document from Peter Grainge and also tried other Word-documents) I get the following message:
    "A supported version of Microsoft Word does not exist. Please install Microsoft Word 2000 or newer."
    What can I do?

    The error message is wrong as regards the version you need to install. It should state that you need a compatible version and the latest is Office 2010. Even Rh10 does not support Office 2013.
    There is a workaround when generating printed documentation but not when importing. You need to install Word 2010 which can co-exist with Word 2013 if you want to retain that for other purposes. Before using Rh to import, run Word 2010 first.
    To generate printed documentation using Word 2013, right click Properties in the layout, it works from there.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Update for Microsoft word 2010 (KB2827323) Fails to install

    Hi
    During windows update, Update for Microsoft word 2010 (KB2827323) Fails to install. the error details is 80070663. I tried to install this from the Microsoft article and this also fails "error has occurred" message appears.
    Does anyone have a solution to this issue or any "Fixit" to run?
    Regards
    Aled

    Hi,
    Would you please follow the steps below to troubleshoot the problem?
    1. Use Windows update troubleshooter to troubleshoot the problem. Open Control Panel > All Control Panel Items > Troubleshooting > System and Security > Fix problem with Windows Update.
    2. If problem persists, try to reset Windows Update components. See:
    http://support.microsoft.com/kb/971058/en-us
    3. In addition, refer to this KB article and try the method it provided:
    http://support.microsoft.com/kb/913754/en-us
    Note: Serious problems might occur if you modify the registry incorrectly. For added protection,
    back up the registrybefore you modify it.
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

Maybe you are looking for

  • ITunes Match unable to stream music or download songs from?

    Trying to stream music from itunes match it doesn't play.  Try to download a song from itunes match and get error - We're sorry, we cannot complete your request on the iTunes Store at this time.  Thoughts?  Everything was working a few minutes before

  • External Hard Drive Shared By 2 Computers

    I have been reading post after post and haven't figured out a good method to achieve my goal. I currently have two computers (Windows XP) at home wired using a router (Linksys). I installed iTunes on both computers. My iTunes music library is stored

  • Add .txt files into .zip file

    Hello friends, Any buddy knows how to add ".txt" files into ".zip" format through the ABAP code.  Thanks in advance.

  • How to make "start" and "replay" buttons.

    I've just started learning Flash, and at university we're being taught Action Script 2.0. However, I've just done my entire animation in 3.0 without realising it. Now, I need to make a button on the first frame saying "play animation", and another at

  • Adding more then one horizontal row at a time

    How do I add multiple horizontal rows in Numbers?