If you're using Add-in Express you'll have to take this up with them. They
have their own loaders and shims and PIA's, so that's the place to go.
--
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
"Mike" wrote in message
...
Not sure what you mean by manifest file. The tool I'm using
(AddinExpress)
provides a loader, which uses it's own manifest file if that's what you
mean.
The assembly is strong-named.
If you mean pre-reqs for my application, yes, they're all installed. In
fact, I created a bare-bones, Hello World add-in with no dependencies on
anything but AddinExpress just to see if it would load, same error.
Not sure if you mean the loader AddinExpress provides, which is what I
think
of as a shim, and yes, I'm using that, but I've tried it using mscoree.dll
as
well, same issue.
Thank you for your quick response.