473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Outlook addin + .net + COM

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
Nov 15 '05 #1
3 1388
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
"Anushya" <v_*******@hotmail.com> wrote in message
news:80**************************@posting.google.c om...
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

Nov 15 '05 #2
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

"Dmitry Streblechenko \(MVP\)" <dm****@dimastr.com> wrote in message news:<e2**************@tk2msftngp13.phx.gbl>...
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
"Anushya" <v_*******@hotmail.com> wrote in message
news:80**************************@posting.google.c om...
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

Nov 15 '05 #3
Yes, vsdrfCOMSELFREG is what you need.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Anushya" <v_*******@hotmail.com> wrote in message
news:80**************************@posting.google.c om...
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

"Dmitry Streblechenko \(MVP\)" <dm****@dimastr.com> wrote in message

news:<e2**************@tk2msftngp13.phx.gbl>...
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
"Anushya" <v_*******@hotmail.com> wrote in message
news:80**************************@posting.google.c om...
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

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Samuel Bernard | last post by:
Hi, I created an addin for Outlook 2003. It creates a menu in Outlook in order to allow the user to access severals options of our Web site. I use MsiInstaller of MS to install this addin which...
1
by: Jon | last post by:
I want to send an email using the Outlook Redemption addin. 1. I ran their standard install.exe file. Does this register the dll on the system also or is that a seperate thing I have to do? 2....
4
by: Nathan Carroll | last post by:
Why am I able to use this in Outlook and not do the same from .Net. My problems centers around the Items in the xp version of below i used the interop references. Does something similar exist for...
0
by: Oliver Guo | last post by:
The outlook sample in the URL as below is fine. But I came with the problem about the installer that VS.net 2005 generated for me. When I ran this installer on another computer with no VS.net 2005...
0
by: guilligan.geo | last post by:
Hello, I'm trying to create an addin for Outlook 2002 using the one provided in the demo of win32com as a starting point. I've been able to do my addin and test it if I go the "standard" way...
7
by: Joseph Geretz | last post by:
I've been working on an Addin for Outlook in C#. It hasn't been long now, just a couple of days. Suddenly though, running my project in Debug launches Outlook as specified, but no breakpoints...
6
by: Joseph Geretz | last post by:
I'm porting a C# Outlook Addin originally engineered as a COM Addin over to use VSTO. I've gotten this to the point where my VSTO Addin installs its Menu items and Toolbar buttons when Outlook...
6
by: Pieter | last post by:
Hi, I developed an Outlook Add In (VB.NET 2005, for Outlook 2003) that sometimes suddenly stops loading. I've put everywhere in the code Exception Handlers, but no Exception is catched. it...
1
by: John | last post by:
Hi I have a simple Outlook 2003 AddIn created using Outlook 2003 AddIn template in vs 2008. The full code is given below at the end. I got warnings on Interop assemblies as I have Office 2007...
5
by: John | last post by:
Hi I have an Outlook add-in solution which includes a setup project. If I install the Outlook add-in by right clicking on the setup project and sleeting Install then the add-in gets installed...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.