zduck
04-06-2003, 01:23 AM
I've used the Shared Add-In wizard in Visual Studio to create a Word add-in. I used this MSDN article as a reference... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchtipstricksbuildingmicrosoftofficeadd-inswithvisualcnetvisualbasicnet.asp
Now I can run the add-in fine on my computer. I can install it from VS and it runs fine. But when I try to run the install on another computer it seems to install fine (except for an error during install about not being able to register a type library but it does that on my computer aswell and it still works...) but when I open Word after installing my add-in it isn't there. The macro security settings are set to low and to accept all add-ins so it should appear just like on my computer. This is very frustrating. This is my first Office add-in and I don't even know where to start fixing this problem. My add-in has two windows forms and a class (other than the Connect class created by the Shared Add-in wizard)
Can someone please help me?
Now I can run the add-in fine on my computer. I can install it from VS and it runs fine. But when I try to run the install on another computer it seems to install fine (except for an error during install about not being able to register a type library but it does that on my computer aswell and it still works...) but when I open Word after installing my add-in it isn't there. The macro security settings are set to low and to accept all add-ins so it should appear just like on my computer. This is very frustrating. This is my first Office add-in and I don't even know where to start fixing this problem. My add-in has two windows forms and a class (other than the Connect class created by the Shared Add-in wizard)
Can someone please help me?