I've downloaded and installed the Microsoft Intellidoc addin that is
supposed to allow document generation from VB.
I've compiled the project, and installed the setup program. The item
shows under the Add-In manager list, but when I check it, nothing
shows up in the Tools icon.
Is it supposed to have a menu item, or am I missing something?
Thanks!
RB - 30 Jul 2004 02:55 GMT
> I've downloaded and installed the Microsoft Intellidoc addin that is
> supposed to allow document generation from VB.
[quoted text clipped - 6 lines]
>
> Thanks!
Here's the solution:
Change this in Connect.cs:
if(connectMode == Extensibility.ext_ConnectMode.ext_cm_UISetup)
To this:
if(connectMode == Extensibility.ext_ConnectMode.ext_cm_UISetup ||
connectMode == Extensibility.ext_ConnectMode.ext_cm_AfterStartup)