J
Jon Raynor
I have created a COM Add In using the Shared Add-In in the Extensibility
project types in Visual Studio 2005. I used the connect.cs shell and added
code for the appropriate methods as needed.
Everything works great on my machine. I am having issues deploying to other
machines. The project automatically created the setup project for me and I
can install and uninstall on my local machine and the addin appears and
dissappears, but if I take the setup and run it on another machine, the
install works fine and the dll(s) get installed, but the COM add-in is not
loading. I believe I am missing a step during the install. Register for COM
interop is on and I do see the registry entry in HKEY Current User on both
machines.
What step am I missing?
I attempted to regasm the dll but I got an error saying the Extensibility
was missing.
Thanks,
Jon Raynor
project types in Visual Studio 2005. I used the connect.cs shell and added
code for the appropriate methods as needed.
Everything works great on my machine. I am having issues deploying to other
machines. The project automatically created the setup project for me and I
can install and uninstall on my local machine and the addin appears and
dissappears, but if I take the setup and run it on another machine, the
install works fine and the dll(s) get installed, but the COM add-in is not
loading. I believe I am missing a step during the install. Register for COM
interop is on and I do see the registry entry in HKEY Current User on both
machines.
What step am I missing?
I attempted to regasm the dll but I got an error saying the Extensibility
was missing.
Thanks,
Jon Raynor