Outlook 2007 AddIn: Rendering issue

D

Derick Swart

Hi there,

I have a Outlook 2007 AddIn that renders perfectly as a seperate form on my
development machine using debugging, but when I compile and publish, the
client machines do show the seperate screen, but not the controls on it? I
have tried fixing the controls to the form, and making the layout static,
but no luck.

Any ideas?

Regards,
Derick
 
D

Derick Swart

It seems that all the bits required to run the AddIn was not present on the
client machines. Interesting that there was no error message, no nothing.

I marked all the referenced assemblies "Copy Local", and that seems to have
done the trick.

Regards,
Derick
 
Top