Hi,
I want to develop with .NET 2.0 and C# an add-in for MS Word 2003.
To get this, as a first step I want to develop an "empty" add-in.
Here it is what I did and what I got:
1. With VS 2005, I've created a shared add-in project with the folowing
settings:
a. Programming Language: Create an Add-in using Visual
C#
b. Select An Application Host: Microsoft Word
c. Add-in Name: MyWordAddin
d. Add-in Options: I would like my Add-in to load when
the host application loads.
2. I've built and installed the setup project that is automatically added to
the solution by the IDE.
3. I've opened MS Word 2003 and went to the Tools->COM Add-Ins window.
4. MyWordAddin is the only one entry into the list. The "Load Behavior" is
set to "Not loaded. A runtime error occured during the loading of the COM
Add-in.".
How to get my first add-in working?
I'm running Windows XP Professional + SP2, and MS Office 2003.
Mircea,
Mircea Pleteriu - 06 Nov 2006 11:03 GMT
I got it running after installing a patch from MS.
More details at http://support.microsoft.com/kb/908002
> Hi,
>
[quoted text clipped - 23 lines]
>
> Mircea,