.NET Invisible in SR-1 COM Add-Ins dialog

S

StraussGuy

I have a couple of Visio add-ins I've built using the .NET Framework. They
work without any problems, but, for some reason they are not displaying in
the COM Add-Ins Dialog. This is doubly puzzling because I've made sure that
the registry keys are in the HKEY_CURRENT_USER hive (as opposed to
HKEY_LOCAL_MACHINE which would make the add-ins invisible in the COM Add-Ins
dialog box). Consequently, I'm forced to load and unload the add-ins using
automation (Application.COMAddIns(index).Connect = True | False).

Is there something I'm missing here?

the StraussGuy
 

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