Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have developed a dll code for Outlook add-in. This Add-in is creating automatically when i build my code in visual studio and its working fine.But i don't understand how do i use this dll in another machine and create a Add-in the outlook.

Thank in Advance.
Posted
Comments
chaau 6-Nov-13 23:32pm    
And how does it work on your PC? Via Outlook?
Rocky_Bas 6-Nov-13 23:34pm    
When i build my code through visual studio Add-in option is added to the outlook automatically.

1 solution

 
Share this answer
 
Comments
Rocky_Bas 6-Nov-13 23:55pm    
I want to set this dll in other machine using registry.So that when the Outlook start it reads from the registry and create and Addin in the outlook.

The same thing is happening in my machine when i build it through code.After building the dll is set in the registry automatically and that dll is called when the outlook is opened.
walterhevedeich 7-Nov-13 0:00am    
Have you read the article? It explains how to create a setup.exe that you can use to install it on other machines. It also mentioned the registry entry that you need to add.
Rocky_Bas 7-Nov-13 5:25am    
Using that article i have prepared an installer.After installing with this installer in another machine i have checked the Outlook but the addin button is still not created.
walterhevedeich 7-Nov-13 5:48am    
There are lot of things to look at. You may try restarting the PC, or if there are error messages while deploying, you may need to take a look at those.
Rocky_Bas 7-Nov-13 20:58pm    
After installing in another machine its showing the error inside the outlook "Not loaded. A runtime error occured during the loading of the COM Add-in"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900