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?
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?