Word Add-ins can't be activate

G

Guest

I make a simple test word addin dll with visual studio2005, and have it
installed.
But I found it can't run, in word->tool->Com Add Ins.. , I can see the addin
name displayed in the list but the checkbox before it not been checked. So I
checked it and closed the dialog but when I open it again the checkbox still
unchecked and my program still not run.
My code is very simple, just show a messagebox in "OnConnected" method as
below->
" public class Connect : Object, Extensibility.IDTExtensibility2
{
public Connect()
{
MessageBox.Show("hi");
}
.......
", the method seems not been called, I cost a long time but still no
solution on this. anybody who ever meet this problem and konw the reason can
help me? very appreciate! (excuse my pool english.:))
 
C

Cindy M.

Hi =?Utf-8?B?TWFya2NoZW4=?=,
I make a simple test word addin dll with visual studio2005, and have it
installed.
This group is targeted at end-users. Try asking your question in the
office.developer.comadd_ins newsgroup:

http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.offi
ce.developer.com.add_ins&lang=en&cr=US

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

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

Similar Threads


Top