![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello,
I have developed two seperate add-ins for outlook (one has a button in outlook, and one has a button in inspector windows). Both of the add-ins work seperately and both work when they are both installed. What I would like to do is combine them into one project so that I have just one installation setup. What I tried to do was with one of the projects, I have included the installation files for the other project (config, manifest, dll), and also included the reg key entries. I also added the custom actions for the other project. When I build the solution and install it I get no errors. The add-in for the project loads and is functional but the one that I added to it says it had a run time error at load (doesn't let me see error). Am I missing anything that I should add or is there a simpler way to do this. Please Advise. Thanks |
Ads |
#2
|
|||
|
|||
![]()
If it's going to be all one addin just add the functionality from addin 2 to
addin 1. Only one manifest, COM registration, handling of Extensibility events. Just pull the meat from addin 2 and add that to addin 1. Compile it all as one addin dll. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Matt" wrote in message ... Hello, I have developed two seperate add-ins for outlook (one has a button in outlook, and one has a button in inspector windows). Both of the add-ins work seperately and both work when they are both installed. What I would like to do is combine them into one project so that I have just one installation setup. What I tried to do was with one of the projects, I have included the installation files for the other project (config, manifest, dll), and also included the reg key entries. I also added the custom actions for the other project. When I build the solution and install it I get no errors. The add-in for the project loads and is functional but the one that I added to it says it had a run time error at load (doesn't let me see error). Am I missing anything that I should add or is there a simpler way to do this. Please Advise. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Project Web Access Add-in | KeithMeister | Add-ins for Outlook | 0 | June 6th 08 01:23 AM |
Project Management | jojo | Outlook - General Queries | 1 | April 11th 08 01:44 PM |
Restore VB Project | Pachydermitis | Outlook and VBA | 2 | October 25th 07 05:40 PM |
VS 2005 c#.net shared adding project for outlook | BalajiGopalakrishnan via OfficeKB.com | Add-ins for Outlook | 3 | February 8th 07 03:25 PM |
Project Add-in error | Jason | Add-ins for Outlook | 0 | May 19th 06 03:55 PM |