Help! ... VS2005 Error with Outlook AddIn when Using Redemption

  • Thread starter Thread starter TCook
  • Start date Start date
T

TCook

Hey All,

I am trying to use the Redemption library within a VS2005 Outlook addin
solution. I have used the same approach within VS2003 without incident.
When trying to create a SafeMailItem object, I receive the following error
message:

"Retrieving the COM class factory for component with CLSID...[long GUID
here]... failed due the following error: 80040154"

I've seen similar postings but no clear resolution as it pertains to Outlook
& Redemption. Any assistance is greatly appreciated.

Regards,

TC
 
Resolved this with some help from dimastr.com

It turns out that the Redemption.dll need to be re-registered using regsvr32

That did the trick in case anyone else encounteres a similar issue.
 
Back
Top