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!!
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!!
Comment