Outlook addin + .net + COM

  • Thread starter Thread starter Anushya
  • Start date Start date
A

Anushya

Hi All

This is the error i am getting when i try to install my addin in some
other machine and works fine in development machine. I checked the
..net framework version it is 1.1 in developement and installation
machine. Also the outlook version is Outlook 2002 in both development
and installation machines.

I ma using a listview to populate the mails in this form. lvwDetails
is listview. frmIn is the form's name.

System.Runtime.InteropServices.COMException (0x80040154): COM object
with CLSID {741BEEFD-AEC0-4AFF-84AF-4F61D15F5526} is either not valid
or not registered.
at frmIn.lvwDetails_SelectedIndexChanged(Object sender, EventArgs e)

Also using redemption to read mail items to avoid security alerts.
Does any specific installation setup required for Redemption

Wot is the problem???

Anushya
 
The GUID corresponds to Redemption.SafeMailItem. Did you install
redemption.dll with regsvr32.exe or by marking the dll as self-registering
in your installer?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Hi dmitry
the dll's property is vsdrfDoNotRegister. Setting it to
vsdrfCOMSELFREG will solve the problem? Or shud i need to set sth
else?
Anushya
 
Back
Top