Results 1 to 3 of 3

Thread: Compilation of office COM Add-in solution

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    204

    Compilation of office COM Add-in solution

    I have 2 computers:

    1. Win7, Office2007, VS 2010
    2. Win XP, Office2007, VS 2010

    I've created COM Add-in for office applications.
    If I build it on the second computer, Office applications successfully load it on both computers.
    But, if I build it on the first computer, Office applications don't load it on any computer.

    Do you have any ideas for troubleshooting?

    Thank you.

  2. #2
    Fanatic Member dmaruca's Avatar
    Join Date
    May 2006
    Location
    Jacksonville, FL
    Posts
    577

    Re: Compilation of office COM Add-in solution

    As long as the 32/64 bit versions of the COM addin and office are the same, they should work together. Also ensure the COM addin is registered on the system through either self-registration or regsvr. Also check the registry under hkey classes root to make sure the component is listed there and follow the CLSID and make sure it is pointing at the right dll or ocx.

    Those are my first thoughts.

  3. #3
    Frenzied Member
    Join Date
    Nov 2010
    Posts
    1,470

    Re: Compilation of office COM Add-in solution

    you clearly have a setting on the win7 machine that does not generate the downwardly compatable code

    or the code is fine for xp and the win7 machine accepts the older code.

    like many upgraded systems the new ones understand the old bits but the old bits havent got a clue about the new stuff!

    compile everything on the xp machine, job done, compatability maintained!

    you'll be a super star

    here to talk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width