Hi all,
I have the following problem:
I've made an PowerPoint managed add-in using C#, VS 2005 , VSTO SE and
PowerPoint 2003.
The problem is that when click F5 on VS the add-in strarts, installs
commandbars, buttons etc. and works fine.
If stop debug mode of VS and strat PowerPoint manually the add-in still works,
BUT if after it start the Setup and install the add-in via the standart
setup project which VS generates the add-in no more works. I've made it a strong
name, use RegAsm.exe with parameter /codebase , everything as is
described everywhere.
Also there is oneother thing:
When I install the add-in with the Installer it registers successfuly. strat PowerPoint manually the add-in not works
Thank you in advance