Tough question - Debugging Outlook plug-in

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JoderCoder
    New Member
    • Feb 2008
    • 18

    Tough question - Debugging Outlook plug-in

    I have an application (the code is C++, platform VS 2003) which has a plug in for outlook (i also have the msi installation file for the program).

    if i install the msi, outlook plug in will be inserted to outlook. but i have to debug it. if i run the application from the code itself, outlook addin wouldnt get inserted, only the rest of the application will work.

    I am not familiar with plug in development. Any help/advise on how to debug the code will be appreciated.

    thanks!!
  • JoderCoder
    New Member
    • Feb 2008
    • 18

    #2
    another update on this..

    there is a dedicated project in the application to handle the outlook add in. i set this project as the start up project and gave outlook.exe as the executable when it prompted the box, but it still didnt insert the add in.

    Comment

    Working...