Setup For Outlook Add-in

R

resourcecomputer

I have created a little test add-in for outlook 2003 using the VS 2003
and it works fine on my deveopment machine, Where I run into trouble is
building a working installer that loads the plugin on a other machine.
It looks like the installer registers the Plugin under the outlook
keys but it doesn't register the CSLID Key for the plugin. I think
that means that outlook looks for a plugin that matches the class in
the outlook plugin key, but can't find it regesterd. If I try to
register it manually with regsvr32 it says there is not entry point in
the dll. On my develpoment machine that works there is a CSLID regitry
entry but it refers to the bin folder of my project not the installed
program folder. It looks like VS registers the dll every compile.
I am stumped. Any ideas on what I could be missing?
 
R

resourcecomputer

Ok, I decided to create a new add-in and that project works fine. I
did attempt to rename the current project after I got it working the
way I wanted it too. Could this be some kind of name to class issue
in the code? Does the prebuild installer have a settings that needs
to be updated? If I change the class name of the project?
 

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