Shared Add-In VS 2005 Publisher

M

Mike

I have created a simple Shared Add-In using VS 2005. It works in all of the
applications that I had selected during the wizard (word, excel, power point,
etc) except publisher. Is there something different with publisher that
would be causing this behavior? I tested the OnConnection method by placing
a MsgBox() statement in there, but it doesn't ever fire when I launch
publisher.

At this point all it does is add a toolbar and a button that shows a msgbox
when clicked.
 
Top