Visual Studio 2005 and MS Word 2000 Add-in

K

Keith Avery

I've gone through all the technical problems using Visual Studio 2003 to
successfully create a Word AddIn that works fine using Word 2000, Word
2002/XP and Word 2003.

We now want to switch to using Visual Studio 2005 so that we use the .NET
Framework v2 rather than v1.1.

The conversion to VS 2005 worked fine and the AddIn works fine with Word
2002/XP and Word 2003, but not Word 2000.

Does anyone have any idea why it isn't working with Word 2000? I replicated
the problem by creating a test AddIn using VS 2005. The AddIn doesn't seem to
even attempt to startup when Word 2000 is first started.

Thanks
Keith Avery
KA Technology
 
K

Keith Avery

You are right the LoadBehaviour changes from 3 to 2.

For my test app created using the Visual Studio AddIn wizard all that is in
the OnConnection is

applicationObject = application;
addInInstance = addInInst;

I've not used TLBExp.exe and don't think it is relevant in this example.

Thanks for your help.
 

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