Publisher - Connect Not firing at all?

J

Jamie Ayer

I am creating an add in that spans Outlook, Excel, Word, Visio, PowerPoint
and Publisher. Everything works great except that when I open Publisher,
the Add In is not loaded. The reg settings are automatically added by
VS.NET:
--------------------------------------------------------------------
Microsoft -> Office -> Publisher -> AddIns -> (NAME).Connect

Description "name"
FriendlyName "name"
LoadBehavior 0x00000003(3)
---------------------------------------------------------------------

Even a simple Messagebox in the connect function will not fire. Has anyone
run into this issue or have any ideas?

I am using Publisher 2003, Visual Studio.NET 2003 and C# for the add-in.
 
N

Nick

I'm encountering just this problem too, it happens to *every* adding I make
after an unspecified number of compiles, just stops working and I can't get
it working again, only resolve is to make a new project and copy the code
over!?!

Nick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top